10 lines
164 B
Bash
Executable File
10 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Test filters and pruning
|
|
#
|
|
|
|
exec 2>&1
|
|
./cvtsudoers -c "" -f sudoers -p -m user=user1 <<EOF
|
|
user1, user2, user3, %group1 host1, host2, host3 = ALL
|
|
EOF
|