diff options
author | Ivan Shapovalov <intelfx100@gmail.com> | 2014-10-27 12:07:36 +0300 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-10-27 11:42:33 +0100 |
commit | 281a92f80c215d6e07526d33563adb6d37c531c6 (patch) | |
tree | e21e33af1164aede7fe43758675fd3164fce8c74 /man/systemd.socket.xml | |
parent | dbafa734d8d6ba4cb5efcbb2260105babcdcde1e (diff) |
man: fix typos in description of SELinuxContextFromNet=
Diffstat (limited to 'man/systemd.socket.xml')
-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 |