mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Disable RestrictAddressFamilies safety setting
This commit is contained in:
parent
cb09081700
commit
fd5ebb2fbd
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ Restart=always
|
|||
NoNewPrivileges=yes
|
||||
PrivateTmp=yes
|
||||
PrivateDevices=yes
|
||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
||||
#RestrictAddressFamilies disabled, prevents any write access on the app
|
||||
#RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
||||
RestrictNamespaces=yes
|
||||
RestrictRealtime=yes
|
||||
DevicePolicy=closed
|
||||
|
|
Loading…
Add table
Reference in a new issue