aboutsummaryrefslogtreecommitdiff
path: root/toys/other/nsenter.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-09-28 15:13:41 -0500
committerRob Landley <rob@landley.net>2016-09-28 15:13:41 -0500
commit0b545a471ca8a0a6fc95838b5352510d181fa407 (patch)
tree5a3cba4813b680e87c5bf3b30283646aa4759c55 /toys/other/nsenter.c
parentc99cbd12ca56cadbd5d3dc6dfc77508701d94130 (diff)
downloadtoybox-0b545a471ca8a0a6fc95838b5352510d181fa407.tar.gz
Make setns depend on TOYBOX_CONTAINER probed value.
Diffstat (limited to 'toys/other/nsenter.c')
-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...