nixos polkit: fixup setuid wrapper of pkexec
Broken in 628e6a8
. Fixes #23083.
This commit is contained in:
parent
77670c04c7
commit
4509487e82
@ -84,7 +84,7 @@ in
|
||||
security.pam.services.polkit-1 = {};
|
||||
|
||||
security.wrappers = {
|
||||
pkexec.source = "${pkgs.polkit.out}/bin/pkexec";
|
||||
pkexec.source = "${pkgs.polkit.bin}/bin/pkexec";
|
||||
"polkit-agent-helper-1".source = "${pkgs.polkit.out}/lib/polkit-1/polkit-agent-helper-1";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user