X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=57f769f23a177b66a87be63d8623ee807a2ba276;hp=238029a2516dc651556cf7396815f5b9e9562109;hb=281a92f80c215d6e07526d33563adb6d37c531c6;hpb=3cd761e4df278cdef6fda9d7f50be512d3c1d7ae diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 238029a25..57f769f23 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -513,7 +513,7 @@ KeepAliveProbes= - Takes interger as argument. It's the number of unacknowledged probes to + Takes integer as argument. It's the number of unacknowledged probes to send before considering the connection dead and notifying the application layer. This controls the TCP_KEEPCNT socket option (see socket7 @@ -675,6 +675,32 @@ for details. + + SELinuxContextFromNet= + Takes a boolean + argument. When true, systemd will attempt + to figure out the SELinux label used + for the instantiated service from the + information handed by the peer over the + network. Note that only the security + level is used from the information + provided by the peer. Other parts of + the resulting SELinux context originate + from either the target binary that is + effectively triggered by socket unit + or from the value of the + SELinuxContext= + option. This configuration option only + affects sockets with + Accept= mode set to + true. Also note that + this option is useful only when + MLS/MCS SELinux policy is + deployed. Defaults to + false. + + + PipeSize= Takes a size in @@ -820,7 +846,7 @@ 20s". Pass 0 to disable the timeout logic. Defaults to DefaultTimeoutStartSec= from the manager configuration file - (see systemd-systemd.conf5). + (see systemd-system.conf5). @@ -889,7 +915,7 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.exec5, systemd.kill5,