]> git.ipfire.org Git - thirdparty/systemd.git/commit
main: add configuration option to alter capability bounding set for PID 1
authorLennart Poettering <lennart@poettering.net>
Thu, 24 May 2012 02:00:56 +0000 (04:00 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 24 May 2012 02:00:56 +0000 (04:00 +0200)
commitec8927ca5940e809f0b72f530582c76f1db4f065
treeb230d2458088a82b879afc39a2752d5fc674974e
parente056b01d8acea7fc06d52ef91d227d744faf5259
main: add configuration option to alter capability bounding set for PID 1

This also ensures that caps dropped from the bounding set are also
dropped from the inheritable set, to be extra-secure. Usually that should
change very little though as the inheritable set is empty for all our uses
anyway.
12 files changed:
TODO
man/systemd.conf.xml
man/systemd.exec.xml
src/core/execute.c
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/main.c
src/core/system.conf
src/nspawn/nspawn.c
src/shared/capability.c
src/shared/capability.h