WizardKit/setup/linux/include/airootfs/etc/polkit-1/rules.d/49-nopasswd_global.rules
2Shirt ac2e5a4fcf
New project orgnization
* Match upstream layout for the benefits listed there
2020-01-08 00:28:56 -07:00

5 lines
125 B
Text

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