]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: be explicit that we don't proxy SO_PEER*, SCM_RIGHTS and co.
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Apr 2024 11:06:48 +0000 (13:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Apr 2024 13:16:54 +0000 (15:16 +0200)
Fixes: #22744
man/systemd-socket-proxyd.xml

index 829cc9580519d09d737a0d3255be4273884b562e..dde6d888ada582f4ac8ce9114838dd4982121c0f 100644 (file)
     <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>