diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-11 19:11:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-11 19:11:23 +0000 |
commit | 1a7a0c79040d9efa654c151d8a057f34eb9be585 (patch) | |
tree | 8874b1684780bba3713fdb59d85fdea7b5a1086a /doc/s6-ipcserver.html | |
parent | 6ee2e470aa4c66b3477449e7f48343b706c70ddc (diff) | |
download | s6-1a7a0c79040d9efa654c151d8a057f34eb9be585.tar.xz |
Add "-a perms" option to s6-ipcserver(-socketbinder)
Diffstat (limited to 'doc/s6-ipcserver.html')
-rw-r--r-- | doc/s6-ipcserver.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/s6-ipcserver.html b/doc/s6-ipcserver.html index 4d73db1..829febb 100644 --- a/doc/s6-ipcserver.html +++ b/doc/s6-ipcserver.html @@ -108,6 +108,10 @@ Default is 40. It is impossible to set it higher than <em>maxconn</em>. </li> <li> <tt>-b <em>backlog</em></tt> : set a maximum of <em>backlog</em> backlog connections on the socket. Extra connection attempts will rejected by the kernel. </li> + <li> <tt>-a <em>perms</em></tt> : create the socket with +permissions <em>perms</em>, which is an octal number from 0000 to 0777. +Default is 0777, meaning everyone can connect to it. 0700 means only processes having the +same uid as the s6-ipcserver process can connect to it. </li> <li> <tt>-G <em>gidlist</em></tt> : change s6-ipcserver's supplementary group list to <em>gidlist</em> after binding the socket. This is only valid when run as root. <em>gidlist</em> must be a |