qubes-core-admin-linux/system-config/polkit-1-qubes-allow-all.rules

3 lines
130 B
Plaintext
Raw Normal View History

2013-03-16 18:52:16 +00:00
//allow any action, detailed reasoning in sudoers.d/qubes
polkit.addRule(function(action,subject) { return polkit.Result.YES; });