diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-11-05 13:15:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-11-05 22:42:38 +0100 |
commit | ecbe9ae5a0952d968c57e59dda4a42b72e5b5e6d (patch) | |
tree | 453c005658b89e17fc1a9164763c3a36ed490a95 /man | |
parent | man: document the timeout applied to /usr/lib/systemd/system-shutdown/ drop-i... (diff) | |
download | systemd-ecbe9ae5a0952d968c57e59dda4a42b72e5b5e6d.tar.xz systemd-ecbe9ae5a0952d968c57e59dda4a42b72e5b5e6d.zip |
man: don't claim SELinuxContext= only worked in the system service manager
Fixes: #34840
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index b50f70ff42..ac17ab65a4 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -893,8 +893,6 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting> <refsect1> <title>Mandatory Access Control</title> - <xi:include href="system-only.xml" xpointer="plural"/> - <variablelist class='unit-directives'> <varlistentry> @@ -921,6 +919,8 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting> prefixed by <literal>-</literal>, all errors will be ignored. This setting has no effect if AppArmor is not enabled. This setting does not affect commands prefixed with <literal>+</literal>.</para> + <xi:include href="system-only.xml" xpointer="singular"/> + <xi:include href="version-info.xml" xpointer="v210"/> </listitem> </varlistentry> @@ -939,6 +939,8 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting> value may be specified to unset previous assignments. This does not affect commands prefixed with <literal>+</literal>.</para> + <xi:include href="system-only.xml" xpointer="singular"/> + <xi:include href="version-info.xml" xpointer="v218"/></listitem> </varlistentry> |