1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-12 08:58:20 +03:00

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

Fixes: #22744
(cherry picked from commit ef9262d0d178dd72488559ad88f2ce8980e5e6d7)
(cherry picked from commit 1a490ad3910760eac22c1957975b34e186161048)
(cherry picked from commit 71006b3a6ac3ae0bb90063665caa3f822b5d8c6b)
This commit is contained in:
Lennart Poettering 2024-04-22 13:06:48 +02:00 committed by Luca Boccassi
parent bde61b1e8d
commit 754d990f2c

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>