restrict access to address families

This commit is contained in:
Noa Aarts 2025-03-14 10:18:13 +01:00
parent 69b61ba854
commit 34287c34d2
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -193,6 +193,8 @@ in
ProtectHostname = true;
PrivateTmp = true;
PrivateDevices = true;
PrivateUsers = true;
RestrictAddressFamilies = "AF_INET";
ProtectKernelTunables = true;
RestrictNamespaces = true;
CapabilityBoundingSet = "";