sudo/plugins/sudoers/regress/testsudoers/test6.sh

14 lines
141 B
Bash
Executable File

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