systemd/mirror-bot{-2}: Allow AF_NETLINK access

Allows the Node process to communicate with the aria2 daemon

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2020-01-09 18:10:59 +05:30
parent daec82e7ee
commit 8d535fe914
No known key found for this signature in database
GPG Key ID: C2E74282C2133D62
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ ProtectControlGroups=true
ProtectKernelModules=true
ProtectKernelTunables=true
PrivateDevices=true
RestrictAddressFamilies=AF_INET AF_INET6
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=true
RestrictRealtime=true
SystemCallArchitectures=native

View File

@ -22,7 +22,7 @@ ProtectControlGroups=true
ProtectKernelModules=true
ProtectKernelTunables=true
PrivateDevices=true
RestrictAddressFamilies=AF_INET AF_INET6
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=true
RestrictRealtime=true
SystemCallArchitectures=native