diff options
-rw-r--r-- | man/systemd.socket.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index ce04b0b4c6..57f769f23a 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -678,7 +678,7 @@ <varlistentry> <term><varname>SELinuxContextFromNet=</varname></term> <listitem><para>Takes a boolean - argument. When true systemd will attempt + argument. When true, systemd will attempt to figure out the SELinux label used for the instantiated service from the information handed by the peer over the @@ -688,9 +688,9 @@ the resulting SELinux context originate from either the target binary that is effectively triggered by socket unit - are taken from the value of the + or from the value of the <varname>SELinuxContext=</varname> - option.This configuration option only + option. This configuration option only affects sockets with <varname>Accept=</varname> mode set to <literal>true</literal>. Also note that |