comparison toys/other/nsenter.c @ 1736:5892daac85ab draft

Switch nsenter to default y.
author Rob Landley <rob@landley.net>
date Thu, 12 Mar 2015 15:34:03 -0500
parents 83c14a9cd0fe
children
comparison
equal deleted inserted replaced
1735:9eebbebbc219 1736:5892daac85ab
36 A namespace allows a set of processes to have a different view of the 36 A namespace allows a set of processes to have a different view of the
37 system than other sets of processes. 37 system than other sets of processes.
38 38
39 config NSENTER 39 config NSENTER
40 bool "nsenter" 40 bool "nsenter"
41 default n 41 default y
42 help 42 help
43 usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND... 43 usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...
44 44
45 Run COMMAND in an existing (set of) namespace(s). 45 Run COMMAND in an existing (set of) namespace(s).
46 46