<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - multiple CapabilityBoundingSet statements are not merged"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89997">89997</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>multiple CapabilityBoundingSet statements are not merged
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>systemd
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nusenu@openmailbox.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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).


<a href="https://github.com/nusenu/ansible-relayor/issues/19">https://github.com/nusenu/ansible-relayor/issues/19</a>
<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782479">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782479</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>