polkit-1-qubes-allow-all.rules 162 B

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