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