Create 00-early-checks.rules

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

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