diff options
Diffstat (limited to 'toys/other/nsenter.c')
-rw-r--r-- | toys/other/nsenter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/nsenter.c b/toys/other/nsenter.c index 6748ace8..d0a5cd61 100644 --- a/toys/other/nsenter.c +++ b/toys/other/nsenter.c @@ -38,7 +38,7 @@ config UNSHARE config NSENTER bool "nsenter" - default n + default y help usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND... |