mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
man: be explicit that we don't proxy SO_PEER*, SCM_RIGHTS and co.
Fixes: #22744
This commit is contained in:
parent
fef46ffb5b
commit
ef9262d0d1
@ -53,6 +53,11 @@
|
||||
<literal>Accept=no</literal> and an event-driven
|
||||
design that scales better with the number of
|
||||
connections.</para>
|
||||
|
||||
<para>Note that <command>systemd-socket-proxyd</command> will not forward socket side channel
|
||||
information, i.e. will not forward <constant>SCM_RIGHTS</constant>, <constant>SCM_CREDENTIALS</constant>,
|
||||
<constant>SCM_SECURITY</constant>, <constant>SO_PEERCRED</constant>, <constant>SO_PEERPIDFD</constant>,
|
||||
<constant>SO_PEERSEC</constant>, <constant>SO_PEERGROUPS</constant> and similar.</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Options</title>
|
||||
|
Loading…
Reference in New Issue
Block a user