fixed network restrictions in service
This commit is contained in:
parent
55b6f2adac
commit
fc2c8256b9
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ RestrictSUIDSGID=yes
|
||||||
RemoveIPC=yes
|
RemoveIPC=yes
|
||||||
DevicePolicy=closed
|
DevicePolicy=closed
|
||||||
KeyringMode=private
|
KeyringMode=private
|
||||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK AF_PACKET
|
||||||
SystemCallArchitectures=native
|
SystemCallArchitectures=native
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue