X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=dc0d78f0a208527dee9acdd697d8f74a9c91d3e4;hb=aea54018a5e66a41318afb6c6be745b6aef48d9e;hp=9db39b1de9d0921359d4d75860124d4ed97f2316;hpb=16dad32e437fdf2ffca03cc60a083d84bd31886f;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 9db39b1de..dc0d78f0a 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -336,7 +336,7 @@ DirectoryMode= If listening on a file - system socket of FIFO, the parent + system socket or FIFO, the parent directories are automatically created if needed. This option specifies the file system access mode used when @@ -349,7 +349,7 @@ SocketMode= If listening on a file - system socket of FIFO, this option + system socket or FIFO, this option specifies the file system access mode used when creating the file node. Takes an access mode in octal @@ -357,6 +357,30 @@ 0666. + + SocketUser= + If listening on a file system + socket or FIFO, this option specifies the + user owner of the created socket. When + defining this, keep in mind that name + switch services for user name lookups may + not be available. It is advisable to use a + numeric UID for this + setting. + + + + SocketGroup= + If listening on a file system + socket or FIFO, this option specifies the + group owner of the created socket. When + defining this, keep in mind that name + switch services for group name lookups may + not be available. It is advisable to use a + numeric GID for this + setting. + + Accept= Takes a boolean @@ -395,7 +419,7 @@ until at least one existing connection is terminated. This setting has no effect for sockets configured with - or datagram + or datagram sockets. Defaults to 64. @@ -484,6 +508,26 @@ for details. + + SmackLabel= + SmackLabelIPIn= + SmackLabelIPOut= + Takes a string + value. Controls the extended + attributes + security.SMACK64, + security.SMACK64IPIN + and + security.SMACK64IPOUT, + respectively, i.e. the security label + of the FIFO, or the security label for + the incoming or outgoing connections + of the socket, respectively. See + Smack.txt + for details. + + PipeSize= Takes an integer