···78787979 # Allow execution of "/home/root/secret.sh" by user `backup`, `database`
8080 # and the group with GID `1006` without a password.
8181- { users = [ "backup" ]; groups = [ 1006 ];
8181+ { users = [ "backup" "database" ]; groups = [ 1006 ];
8282 commands = [ { command = "/home/root/secret.sh"; options = [ "SETENV" "NOPASSWD" ]; } ]; }
83838484 # Allow all users of group `bar` to run two executables as user `foo`