nixos/rtkit: fix hardening (#455128)

This commit is contained in:
h7x4
2025-10-24 05:47:21 +00:00
committed by GitHub
+1 -1
View File
@@ -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";