core-agent-linux/passwordless-root/polkit-1-qubes-allow-all.rules
2020-02-04 23:59:09 +00:00

3 lines
130 B
Plaintext

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