Commit 3d4b08cd authored by Felix Singer's avatar Felix Singer
Browse files

nixos/pgadmin: Set ProtectProc to `invisble` in service config

parent c268ff5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ in
        ProtectKernelLogs = true;
        ProtectKernelModules = true;
        ProtectKernelTunables = true;
        ProtectProc = "invisible";
        ProtectSystem = "full";
        RemoveIPC = true;
        RestrictAddressFamilies = [