mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
6 lines
195 B
Text
6 lines
195 B
Text
polkit.addRule(function(action, subject) {
|
|
if ((action.id == "io.vuls.pkexec.go-exploitdb") &&
|
|
subject.isInGroup("vuls") && subject.active) {
|
|
return polkit.Result.YES;
|
|
}
|
|
});
|