4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
polkit.addAdminRule(function(action, subject) {
|
||
|
return ["unix-group:wheel"];
|
||
|
});
|