core-agent-linux/misc/polkit-1-qubes-allow-all.rules
2013-02-12 01:38:29 +01:00

3 lines
130 B
Plaintext

//allow any action, detailed reasoning in sudoers.d/qubes
polkit.addRule(function(action,subject) { return polkit.Result.YES; });