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