diff options
author | Rob Landley <rob@landley.net> | 2016-09-28 15:13:41 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-09-28 15:13:41 -0500 |
commit | 0b545a471ca8a0a6fc95838b5352510d181fa407 (patch) | |
tree | 5a3cba4813b680e87c5bf3b30283646aa4759c55 | |
parent | c99cbd12ca56cadbd5d3dc6dfc77508701d94130 (diff) | |
download | toybox-0b545a471ca8a0a6fc95838b5352510d181fa407.tar.gz |
Make setns depend on TOYBOX_CONTAINER probed value.
-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... |