Merge pull request #122460 from ju1m/croc

authored by Sandro and committed by GitHub 46056f6c 6834d7e9

+1 -1
+1 -1
nixos/modules/services/networking/croc.nix
··· 51 ProtectKernelLogs = true; 52 ProtectKernelModules = true; 53 ProtectKernelTunables = true; 54 - ProtectProc = "noaccess"; 55 ProtectSystem = "strict"; 56 RemoveIPC = true; 57 RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];
··· 51 ProtectKernelLogs = true; 52 ProtectKernelModules = true; 53 ProtectKernelTunables = true; 54 + ProtectProc = "invisible"; 55 ProtectSystem = "strict"; 56 RemoveIPC = true; 57 RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];