Fix 99-fkm.kernel.cachyos.init.rules

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-06-24 01:52:52 +03:00 committed by GitHub
parent 022fe057ed
commit 9668621983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
/* Allow passwordless auth for fkm.kernel.cachyos.init
polkit.addRule(function(action, subject) {
if (action.id == "fkm.kernel.cachyos.init" {
if (action.id == "fkm.kernel.cachyos.init") {
return polkit.Result.YES;
}
});