Fix 99-fkm.kernel.cachyos.init.rules
This commit is contained in:
parent
022fe057ed
commit
9668621983
@ -1,6 +1,6 @@
|
|||||||
/* Allow passwordless auth for fkm.kernel.cachyos.init
|
/* Allow passwordless auth for fkm.kernel.cachyos.init
|
||||||
polkit.addRule(function(action, subject) {
|
polkit.addRule(function(action, subject) {
|
||||||
if (action.id == "fkm.kernel.cachyos.init" {
|
if (action.id == "fkm.kernel.cachyos.init") {
|
||||||
return polkit.Result.YES;
|
return polkit.Result.YES;
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user