chiark / gitweb /
exec: Assigning the empty string to CapabilityBoundSet= should drop all caps
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Mar 2013 22:25:54 +0000 (23:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Mar 2013 22:28:44 +0000 (23:28 +0100)
commitd91c34f21ff7445dcee3efe2368aebe2d6c266db
tree8b7099d7bc80f6cdb5c9b5be441b6e1cbb0497fd
parent6af274272a917710f606acb3589f0430e9092631
exec: Assigning the empty string to CapabilityBoundSet= should drop all caps

Previously, it would set all caps, but it should drop them all, anything
else makes little sense.

Also, document that this works as it does, and what to do in order to
assign all caps to the bounding set.

https://bugzilla.redhat.com/show_bug.cgi?id=914705
man/systemd.exec.xml
src/core/load-fragment.c
src/core/unit.c