Your message dated Sat, 17 Dec 2016 17:51:40 +0100
with message-id <[email protected]>
and subject line Re: systemd fails to merge CapabilityBoundingSet config lines
has caused the Debian Bug report #782479,
regarding systemd fails to merge CapabilityBoundingSet config lines
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
782479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782479
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
On Fri, 29 Jan 2016 00:45:34 +0100 Michael Biebl <[email protected]> wrote:
> Control: fixed -1 228-4
>
>
> Hi!
>
> On Sun, 12 Apr 2015 21:24:54 +0000 Nusenu <[email protected]> wrote:
> > 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.
>
>
> I can't reproduce the issue with unstable using v228, so it appears this
> issue has been fixed upstream in the mean time.
>
> Can you confirm?
Closing, didn't receive further feedback and wasn't able to reproduce
with newer systemd versions.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---