mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
add missing capability CAP_FSETID to mox.service
without it, process cannot create setgid directories.
This commit is contained in:
parent
f3f2c6f8ea
commit
e20677cfd6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ReadWritePaths=/home/mox/config /home/mox/data
|
|||
ProtectKernelTunables=yes
|
||||
ProtectControlGroups=yes
|
||||
AmbientCapabilities=
|
||||
CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE CAP_CHOWN
|
||||
CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE CAP_CHOWN CAP_FSETID
|
||||
NoNewPrivileges=yes
|
||||
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
|
||||
ProtectProc=invisible
|
||||
|
|
Loading…
Reference in a new issue