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


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to