diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/nsenter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/nsenter.c b/toys/other/nsenter.c index 78a9d91a..5424df7e 100644 --- a/toys/other/nsenter.c +++ b/toys/other/nsenter.c @@ -39,6 +39,7 @@ config UNSHARE config NSENTER bool "nsenter" + depends on TOYBOX_CONTAINER default y help usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND... |