2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00
2018-04-15 08:14:46 -06:00

10 lines
164 B
Bash
Executable File

#!/bin/sh
#
# Test filters and pruning
#
exec 2>&1
./cvtsudoers -c "" -f sudoers -p -m group=group1,host=somehost <<EOF
user1, user2, user3, %group1 ALL = ALL
EOF