mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-29 19:56:45 +01:00
6 lines
200 B
Text
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;
|
|
}
|
|
});
|