Files
sudo/plugins/sudoers/regress/testsudoers/test6.sh
2014-04-09 10:22:09 -06:00

12 lines
112 B
Bash
Executable File

#!/bin/sh
#
# Verify sudoers matching by uid.
#
exec 2>&1
./testsudoers root id <<EOF
#0 ALL = ALL
EOF
exit 0