fwupd/policy/org.freedesktop.fwupd-unsafe.rules

7 lines
187 B
Plaintext

polkit.addRule(function(action, subject) {
if (action.id.startsWith("org.freedesktop.fwupd.") &&
subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});