]> git.ipfire.org Git - thirdparty/util-linux.git/commit - configure.ac
nsenter: new command (light wrapper around setns)
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 11 Jan 2013 22:46:38 +0000 (14:46 -0800)
committerKarel Zak <kzak@redhat.com>
Thu, 17 Jan 2013 12:17:13 +0000 (13:17 +0100)
commitf8aa8e9495dd89f39b7d0db5aab431cac02ea519
tree3b60cc0fd926eb2fdd02122952322fbdf5067802
parentef6acdb81c3610ccf4da25db5728277b5a162e78
nsenter: new command (light wrapper around setns)

Inspired by unshare, nsenter is a simple wrapper around setns that
allows running a new process in the context of an existing process.

Full paths may be specified to the namespace arguments so that
namespace file descriptors may be used wherever they reside in the
filesystem.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
configure.ac
sys-utils/Makemodule.am
sys-utils/nsenter.1 [new file with mode: 0644]
sys-utils/nsenter.c [new file with mode: 0644]