dotfiles/salt/states/files/40-custom.rules
2020-08-17 08:03:41 +02:00

4 lines
85 B
Plaintext

polkit.addAdminRule(function(action, subject) {
return ["unix-group:wheel"];
});