Unverified Commit 00af231d authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nixos/rtkit: fix hardening (#455128)

parents c7628dd0 2e9d8387
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ in
        ];

        # Needs to verify the user of the processes.
        PrivateUsers = "full";
        PrivateUsers = false;
        # Needs to access other processes to modify their scheduling modes.
        ProcSubset = "all";
        ProtectProc = "default";