nixos/rtkit: fix hardening

This commit is contained in:
h7x4
2025-10-24 14:24:14 +09:00
parent e56c8c71d8
commit 2e9d838795

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