nixos/nixseparatedebuginfod2: Relax too strict hardening (#491440)

This commit is contained in:
Sandro
2026-02-28 21:52:54 +00:00
committed by GitHub
@@ -87,7 +87,6 @@ in
ProtectKernelLogs = true; # Prevent access to kernel logs
ProtectClock = true; # Prevent setting the RTC
ProtectProc = "noaccess";
ProcSubset = "pid";
# Networking
RestrictAddressFamilies = "AF_UNIX AF_INET AF_INET6";