mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Update bookwyrm-server.service
This commit is contained in:
parent
1880afaabf
commit
aa770f0d2a
1 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ ProtectSystem=strict
|
|||
ProtectHome=tmpfs
|
||||
InaccessiblePaths=-/media -/mnt -/srv
|
||||
PrivateTmp=yes
|
||||
TemporaryFileSystem=/var /run /opt __INSTALL_DIR__
|
||||
TemporaryFileSystem=/var /run
|
||||
#PrivateUsers=true
|
||||
PrivateDevices=true
|
||||
BindReadOnlyPaths=__INSTALL_DIR__
|
||||
|
@ -31,11 +31,11 @@ ProtectControlGroups=true
|
|||
RestrictRealtime=true
|
||||
RestrictNamespaces=net
|
||||
|
||||
#NoNewPrivileges=yes
|
||||
#RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
|
||||
#DevicePolicy=closed
|
||||
#ProtectProc=invisible
|
||||
#SystemCallArchitectures=native
|
||||
NoNewPrivileges=yes
|
||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
|
||||
DevicePolicy=closed
|
||||
ProtectProc=invisible
|
||||
SystemCallArchitectures=native
|
||||
#SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap @cpu-emulation @privileged
|
||||
|
||||
# Denying access to capabilities that should not be relevant for webapps
|
||||
|
|
Loading…
Add table
Reference in a new issue