Create 00-early-checks.rules
parent
c57a232e55
commit
0844d9690b
@ -0,0 +1,5 @@
|
||||
polkit.addRule(function(action, subject){
|
||||
if (subject.isInGroup("wheel")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
));
|
Loading…
Reference in New Issue