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

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