nixos/rtkit: fix hardening
This commit is contained in:
@@ -64,7 +64,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Needs to verify the user of the processes.
|
# Needs to verify the user of the processes.
|
||||||
PrivateUsers = "full";
|
PrivateUsers = false;
|
||||||
# Needs to access other processes to modify their scheduling modes.
|
# Needs to access other processes to modify their scheduling modes.
|
||||||
ProcSubset = "all";
|
ProcSubset = "all";
|
||||||
ProtectProc = "default";
|
ProtectProc = "default";
|
||||||
|
|||||||
Reference in New Issue
Block a user