mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix webdav
This commit is contained in:
parent
91c32cc177
commit
93a7e8da3e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ProtectControlGroups=yes
|
||||||
ProtectKernelModules=yes
|
ProtectKernelModules=yes
|
||||||
ProtectKernelTunables=yes
|
ProtectKernelTunables=yes
|
||||||
LockPersonality=yes
|
LockPersonality=yes
|
||||||
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap
|
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @swap
|
||||||
|
|
||||||
# Doc: https://man7.org/linux/man-pages/man7/capabilities.7.html
|
# Doc: https://man7.org/linux/man-pages/man7/capabilities.7.html
|
||||||
CapabilityBoundingSet=~CAP_RAWIO CAP_MKNOD
|
CapabilityBoundingSet=~CAP_RAWIO CAP_MKNOD
|
||||||
|
|
Loading…
Add table
Reference in a new issue