Bug#782479: systemd fails to merge CapabilityBoundingSet config lines

Nusenu nusenu at openmailbox.org
Sun Apr 12 22:24:54 BST 2015


Package: systemd
Version: 215-14

Hi,

from systemd 215-14's man page about CapabilityBoundingSet:
This option may appear more than once in which case the bounding sets
are merged.

So
CapabilityBoundingSet = cap1 cap2

should be semantically identical to

CapabilityBoundingSet = cap1
CapabilityBoundingSet = cap2

but that is not the case.


Merging multiple lines manually fixed the issue for me:

https://github.com/nusenu/ansible-relayor/commit/48df0a4738654ff6b0897493cf2811961550a7d6


https://github.com/nusenu/ansible-relayor/issues/19



More information about the Pkg-systemd-maintainers mailing list