diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-04-27 00:23:49 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-05 11:07:37 +0900 |
commit | b086654c6a75119b660235ffb08bb4963835fc7c (patch) | |
tree | 84d64d66c20fea452a03089a5739443883023511 /man | |
parent | 53255e53ce86efdb054c850669c666d8d30e3dbe (diff) | |
download | systemd-b086654c6a75119b660235ffb08bb4963835fc7c.tar.gz systemd-b086654c6a75119b660235ffb08bb4963835fc7c.tar.bz2 systemd-b086654c6a75119b660235ffb08bb4963835fc7c.zip |
man: fix merging rule for CapabilityBoundingSet=
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index eeac195a39..f26a0755ec 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -313,7 +313,7 @@ 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 |