]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus-execute.c
capabilities: keep bounding set in non-inverted format.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Thu, 7 Jan 2016 22:00:04 +0000 (00:00 +0200)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Tue, 12 Jan 2016 10:14:50 +0000 (12:14 +0200)
commita103496ca585e22bb5e386e3238b468d133f5659
tree7d9b33722f54c969fc145f7d5fe31afe13aff09c
parentf466acdc633fc496961eff0c7f66501f4588e5b6
capabilities: keep bounding set in non-inverted format.

Change the capability bounding set parser and logic so that the bounding
set is kept as a positive set internally. This means that the set
reflects those capabilities that we want to keep instead of drop.
13 files changed:
src/basic/capability-util.c
src/basic/capability-util.h
src/core/dbus-execute.c
src/core/execute.c
src/core/execute.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/main.c
src/core/unit.c
src/import/import-common.c
src/nspawn/nspawn.c
src/test/test-unit-file.c