core-agent-linux/passwordless-root/polkit-1-qubes-allow-all.rules

3 lines
162 B
Plaintext
Raw Normal View History

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