Switch nsenter to default y.
authorRob Landley <rob@landley.net>
Thu, 12 Mar 2015 20:34:03 +0000 (15:34 -0500)
committerRob Landley <rob@landley.net>
Thu, 12 Mar 2015 20:34:03 +0000 (15:34 -0500)
toys/other/nsenter.c

index 6748ace..d0a5cd6 100644 (file)
@@ -38,7 +38,7 @@ config UNSHARE
 
 config NSENTER
   bool "nsenter"
-  default n
+  default y
   help
     usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...