Merge pull request #122460 from ju1m/croc

This commit is contained in:
Sandro
2022-01-02 15:56:58 +01:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ in
ProtectKernelLogs = true;
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectProc = "noaccess";
ProtectProc = "invisible";
ProtectSystem = "strict";
RemoveIPC = true;
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];