Unverified Commit 2e9d8387 authored by h7x4's avatar h7x4
Browse files

nixos/rtkit: fix hardening

parent e56c8c71
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";