diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-13 00:00:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-13 00:00:27 +0100 |
commit | 54ecda32c60c6f2548f74703bfd324694393edaa (patch) | |
tree | d9747c30a1985b3b95497450ca1c2678a9079d08 /man | |
parent | fa734f4da837abe6c893e75c95be78527db72c0f (diff) |
socket: add option for SO_PASSEC
https://bugzilla.redhat.com/show_bug.cgi?id=798760
(Note that this work is not complete yet, as the kernel seems to send us
useless data with SCM_SECURITY enabled)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.socket.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index ef5b28c771..d9921e496d 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -528,7 +528,7 @@ <term><varname>PassCredentials=</varname></term> <listitem><para>Takes a boolean value. This controls the SO_PASSCRED - socket option, which allows UNIX sockets to + socket option, which allows AF_UNIX sockets to receive the credentials of the sending process in an ancillary message. Defaults to @@ -536,6 +536,17 @@ </varlistentry> <varlistentry> + <term><varname>PassSecurity=</varname></term> + <listitem><para>Takes a boolean + value. This controls the SO_PASSSEC + socket option, which allows AF_UNIX + sockets to receive the security + context 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 |