nixos/alertmanager-gotify-bridge: ProtectProc = true -> "invisible" (#560443)

This commit is contained in:
Sandro
2026-09-06 21:56:32 +00:00
committed by GitHub

View File

@@ -158,7 +158,7 @@ in
ProtectKernelLogs = true;
ProtectKernelTunables = true;
ProtectHostname = true;
ProtectProc = true;
ProtectProc = "invisible";
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"