1
0
Fork 0
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:
tituspijean 2021-11-01 23:59:03 +01:00
parent cb09081700
commit fd5ebb2fbd
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -17,7 +17,8 @@ Restart=always
NoNewPrivileges=yes NoNewPrivileges=yes
PrivateTmp=yes PrivateTmp=yes
PrivateDevices=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 RestrictNamespaces=yes
RestrictRealtime=yes RestrictRealtime=yes
DevicePolicy=closed DevicePolicy=closed