diff options
author | Patrick Steinhardt <ps@pks.im> | 2017-07-07 02:14:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-07 02:14:23 +0200 |
commit | 6842d00cebef368a4ade9c9cd3dc92804b84c88d (patch) | |
tree | 351906ca680e575b7e3375a8c84f6757118c216d /networking/libiproute/libnetlink.h | |
parent | 0f49f6f9265ed339e69868708e4d303592a70507 (diff) | |
download | busybox-6842d00cebef368a4ade9c9cd3dc92804b84c88d.tar.gz |
setpriv: allow modifying ambient capabilities
With Linux 4.3, a new set of capabilities has been introduced with the
ambient capabilities. These aim to solve the problem that it was
impossible to grant run programs with elevated privileges across
non-root users. Quoting from capabilities(7):
This is a set of capabilities that are preserved across an execve(2)
of a program that is not privileged. The ambient capability set
obeys the invariant that no capability can ever be ambient if it is
not both permitted and inheritable.
With this new set of capabilities it is now possible to run an
executable with elevated privileges as a different user, making it much
easier to do proper privilege separation.
Note though that the `--ambient-caps` switch is not part of any released
version of util-linux, yet. It has been applied in 0c92194ee (setpriv:
support modifying the set of ambient capabilities, 2017-06-24) and will
probably be part of v2.31.
function old new delta
parse_cap - 174 +174
setpriv_main 1246 1301 +55
.rodata 146307 146347 +40
static.setpriv_longopts 40 55 +15
packed_usage 32092 32079 -13
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/libnetlink.h')
0 files changed, 0 insertions, 0 deletions