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