Bug 89997

Summary: PID1: multiple CapabilityBoundingSet statements are not merged
Product: systemd Reporter: nusenu
Component: generalAssignee: systemd-bugs
Status: RESOLVED FIXED QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description nusenu 2015-04-12 22:10:13 UTC
systemd.exec'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.


Reproduced on debian testing (215-14) and ubuntu vivid (219-7ubuntu1).


https://github.com/nusenu/ansible-relayor/issues/19
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782479
Comment 1 Michael Biebl 2016-12-30 13:40:19 UTC
Seems to be fixed since a while.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.