dotfiles/salt/states/files/40-custom.rules

4 lines
85 B
Plaintext
Raw Normal View History

2020-08-17 06:03:41 +00:00
polkit.addAdminRule(function(action, subject) {
return ["unix-group:wheel"];
});