]> git.ipfire.org Git - thirdparty/util-linux.git/commit - configure.ac
setpriv: run a program with different Linux privilege settings
authorAndy Lutomirski <luto@amacapital.net>
Mon, 14 Jan 2013 15:58:57 +0000 (07:58 -0800)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Feb 2013 09:35:33 +0000 (10:35 +0100)
commit5600c405d5f1b12cad94915014e7cb46bf8fb746
treef453cc2e60983039c4a0ab4add394e94c8e3b9e4
parentcd0fe5c1659d4144610ffd76500002e98b873e0b
setpriv: run a program with different Linux privilege settings

This new command can set no_new_privs, uid, gid, groups, securebits,
inheritable caps, the cap bounding set, securebits, and selinux and
apparmor labels.

[kerolasa@iki.fi: a lot of small adjustment making the command to be good
fit to util-linux project]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
.gitignore
configure.ac
sys-utils/Makemodule.am
sys-utils/setpriv.1 [new file with mode: 0644]
sys-utils/setpriv.c [new file with mode: 0644]