[systemd-bugs] [Bug 89997] New: multiple CapabilityBoundingSet statements are not merged
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Apr 12 15:10:13 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89997
Bug ID: 89997
Summary: multiple CapabilityBoundingSet statements are not
merged
Product: systemd
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: general
Assignee: systemd-bugs at lists.freedesktop.org
Reporter: nusenu at openmailbox.org
QA Contact: systemd-bugs at lists.freedesktop.org
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150412/c9b7ed55/attachment.html>
More information about the systemd-bugs
mailing list