restrict access to address families
This commit is contained in:
parent
69b61ba854
commit
34287c34d2
1 changed files with 2 additions and 0 deletions
|
|
@ -193,6 +193,8 @@ in
|
|||
ProtectHostname = true;
|
||||
PrivateTmp = true;
|
||||
PrivateDevices = true;
|
||||
PrivateUsers = true;
|
||||
RestrictAddressFamilies = "AF_INET";
|
||||
ProtectKernelTunables = true;
|
||||
RestrictNamespaces = true;
|
||||
CapabilityBoundingSet = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue