man: be explicit that we don't proxy SO_PEER*, SCM_RIGHTS and co.

Fixes: #22744
This commit is contained in:
Lennart Poettering 2024-04-22 13:06:48 +02:00
parent fef46ffb5b
commit ef9262d0d1

View file

@ -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>