]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix merging rule for CapabilityBoundingSet= 8817/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Apr 2018 15:23:49 +0000 (00:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 May 2018 02:07:37 +0000 (11:07 +0900)
man/systemd.exec.xml

index eeac195a39be6c259fca5c0dfc0834ae689c836c..f26a0755ecee41b9f299526aab04a7f6a128479f 100644 (file)
         inverted. Note that this option also affects the respective capabilities in the effective, permitted and
         inheritable capability sets. If this option is not used, the capability bounding set is not modified on process
         execution, hence no limits on the capabilities of the process are enforced. This option may appear more than
-        once, in which case the bounding sets are merged by <constant>AND</constant>, or by <constant>OR</constant> if
+        once, in which case the bounding sets are merged by <constant>OR</constant>, or by <constant>AND</constant> if
         the lines are prefixed with <literal>~</literal> (see below). If the empty string is assigned to this option,
         the bounding set is reset to the empty capability set, and all prior settings have no effect.  If set to
         <literal>~</literal> (without any further argument), the bounding set is reset to the full set of available