mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Reenable RestrictAddressFamilies safety setting
The addition of AF_NETLINK should be enough for it to work, without allowing the dozen of other families.
This commit is contained in:
parent
4a7a2e33d1
commit
be258a41f3
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