pentoo-overlay/dev-go/go-cve-dictionary/files/polkit/10-go-cve-dictionary.rules

6 lines
200 B
Text

polkit.addRule(function(action, subject) {
if ((action.id == "io.vuls.pkexec.go-cve-dictionary") &&
subject.isInGroup("vuls") && subject.active) {
return polkit.Result.YES;
}
});