2023-07-24 22:08:49 -07:00

6 lines
181 B
Plaintext

polkit.addRule(function(action, subject) {
if ((action.id == "org.bazzite.dmidecode.pkexec" &&
subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});