nixos polkit: fixup setuid wrapper of pkexec

Broken in 628e6a8.  Fixes #23083.
This commit is contained in:
Vladimír Čunát 2017-02-22 23:01:39 +01:00
parent 77670c04c7
commit 4509487e82
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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