|
@@ -3,7 +3,7 @@ polkit.addRule(function(action, subject) {
|
|
|
action.id == "org.corectrl.helperkiller.init") &&
|
|
|
subject.local == true &&
|
|
|
subject.active == true &&
|
|
|
- subject.isInGroup("your-user-group")) {
|
|
|
+ subject.isInGroup("sudo")) {
|
|
|
return polkit.Result.YES;
|
|
|
}
|
|
|
});
|