mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
fix(deck): Correct error with dmidecode polkit rule
This commit is contained in:
parent
f35eba7110
commit
97034e8ea5
@ -1,5 +1,5 @@
|
||||
polkit.addRule(function(action, subject) {
|
||||
if ((action.id == "org.bazzite.dmidecode.pkexec" &&
|
||||
if (action.id == "org.bazzite.dmidecode.pkexec" &&
|
||||
subject.isInGroup("wheel")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user