From 0b545a471ca8a0a6fc95838b5352510d181fa407 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 28 Sep 2016 15:13:41 -0500 Subject: Make setns depend on TOYBOX_CONTAINER probed value. --- toys/other/nsenter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/other') 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... -- cgit v1.2.3