Bug 89997 - PID1: multiple CapabilityBoundingSet statements are not merged
Summary: PID1: multiple CapabilityBoundingSet statements are not merged
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-12 22:10 UTC by nusenu
Modified: 2016-12-30 13:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.