mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Allow AF_NETLINK (fixes #63)
AF_NETLINK is required for palettes which need to call `os.networkInterfaces()` in nodejs
This commit is contained in:
parent
7e884f5ed4
commit
4d96f18d6c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ StandardError=inherit
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
|
||||||
RestrictNamespaces=yes
|
RestrictNamespaces=yes
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
DevicePolicy=closed
|
DevicePolicy=closed
|
||||||
|
|
Loading…
Add table
Reference in a new issue