2023-08-14 16:58:43 -07:00

6 lines
180 B
Plaintext

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