From: Zbigniew Jędrzejewski-Szmek Date: Sat, 4 Oct 2014 01:06:52 +0000 (-0400) Subject: man: say that SecureBits= are space separated X-Git-Tag: v217~320 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e060073a8f05cfdfad621b1bb59abe944b17d5f9 man: say that SecureBits= are space separated --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6d0113f5c..939983fb7 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -776,20 +776,22 @@ SecureBits= Controls the secure - bits set for the executed process. See - capabilities7 - for details. Takes a list of strings: + bits set for the executed process. + Takes a space-separated combination of + options from the following list: , , , , - and/or + , and . This option may appear more than once in - which case the secure bits are - ORed. If the empty string is assigned - to this option, the bits are reset to - 0. + which case the secure bits are ORed. + If the empty string is assigned to + this option, the bits are reset to 0. + See capabilities7 + for details. @@ -806,7 +808,7 @@ attached to the executed file. Due to that CapabilityBoundingSet= - is probably the much more useful + is probably a much more useful setting.