aboutsummaryrefslogtreecommitdiff
path: root/toys/other
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other')
-rw-r--r--toys/other/nsenter.c1
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...