diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-11-30 11:06:35 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-11-30 11:06:35 +0100 |
commit | 42e87475cfe20a5e79da882012629f9d3ae63648 (patch) | |
tree | 74ea2416f3d7aee597acf1f832de2502271ce0b0 /man/systemd.socket.xml | |
parent | 1a2801529e916ec31d2a8cc66cd5c3b8d9ad9caa (diff) |
man: document the PassCred option
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 28c8dc4566..2f3124288b 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -525,6 +525,17 @@ </varlistentry> <varlistentry> + <term><varname>PassCred=</varname></term> + <listitem><para>Takes a boolean + value. This controls the SO_PASSCRED + option, which allows UNIX sockets to + receive the credentials of the sending + process in an ancillary message. + Defaults to + <option>false</option>.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>TCPCongestion=</varname></term> <listitem><para>Takes a string value. Controls the TCP congestion |