Arch_Manjaro_KDE_minimal_sc.../content/90-corectrl.rules

11 lines
307 B
Text
Raw Normal View History

2025-01-07 21:30:40 +00:00
polkit.addRule(function(action, subject) {
if ((action.id == "org.corectrl.helper.init" ||
action.id == "org.corectrl.helperkiller.init") &&
subject.local == true &&
subject.active == true &&
subject.isInGroup("egon")) {
return polkit.Result.YES;
}
});