]> git.ipfire.org Git - thirdparty/util-linux.git/commit
nsenter: Allow selecting the uid and gid to be used in the entered userns
authorRichard Weinberger <richard@nod.at>
Tue, 18 Jun 2013 08:35:44 +0000 (10:35 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Jun 2013 08:35:44 +0000 (10:35 +0200)
commit6b9e5bf670c70690d44b8ce4055e1997fb0b6496
tree68c2dbf9136349b6eba1dfb659cf73c3c399e7ea
parentadd1924d5b2a0936202a5d68074d3cf70bcafc8d
nsenter: Allow selecting the uid and gid to be used in the entered userns

Using -S (--setuid) and -G (--setgid) one can select the uid/gid which
will be used in the entered user namespace.

[kzak@redhat.com: - use setuid/gid unconditionally (always),
                  - update man page]

Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/nsenter.1
sys-utils/nsenter.c