Change group to corectrl
This commit is contained in:
parent
990ecfab96
commit
854d78439a
@ -3,7 +3,7 @@ polkit.addRule(function(action, subject) {
|
|||||||
action.id == "org.corectrl.helperkiller.init") &&
|
action.id == "org.corectrl.helperkiller.init") &&
|
||||||
subject.local == true &&
|
subject.local == true &&
|
||||||
subject.active == true &&
|
subject.active == true &&
|
||||||
subject.isInGroup("marc")) {
|
subject.isInGroup("corectrl")) {
|
||||||
return polkit.Result.YES;
|
return polkit.Result.YES;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user