mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-13 12:40:31 +00:00
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
polkit.addRule(function(action, subject) {
|
|
if ((action.id == "org.bazzite.dmidecode.pkexec" &&
|
|
subject.isInGroup("wheel")) {
|
|
return polkit.Result.YES;
|
|
}
|
|
}); |