WizardKit/.linux_items/include/airootfs/etc/polkit-1/rules.d/49-nopasswd_global.rules
2Shirt aac9badc4f Reoragnized .linux_items/include
* Removed include/iso items since they've been integrated into the new scripts
* Moved include/live/* to include/ since there's only one "include" folder now
2017-12-27 16:40:34 -07:00

5 lines
125 B
Text

polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});