X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=dad02674672510a1073ee5cc06e9b1e1ec443fc1;hb=158c1e3e0c1e9dd8ebf1b93061e1c81805eac339;hp=238029a2516dc651556cf7396815f5b9e9562109;hpb=3cd761e4df278cdef6fda9d7f50be512d3c1d7ae;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 238029a25..dad026746 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 + are taken 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 @@ -889,7 +915,7 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.exec5, systemd.kill5,