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;
|
ProtectHostname = true;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
|
PrivateUsers = true;
|
||||||
|
RestrictAddressFamilies = "AF_INET";
|
||||||
ProtectKernelTunables = true;
|
ProtectKernelTunables = true;
|
||||||
RestrictNamespaces = true;
|
RestrictNamespaces = true;
|
||||||
CapabilityBoundingSet = "";
|
CapabilityBoundingSet = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue