Update 00-early-checks.rules

main
Michal 2 years ago committed by GitHub
parent 0844d9690b
commit 80cf31a0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
polkit.addRule(function(action, subject){
if (subject.isInGroup("wheel")) {
if (subject.isInGroup("crystal")) {
return polkit.Result.YES;
}
));

Loading…
Cancel
Save