summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/testsudoers/test7.sh
blob: 9e28c1adb81fdf6116bb8c0da5320870ffdcbbef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# Verify sudoers matching by gid.
#

: ${TESTSUDOERS=testsudoers}

exec 2>&1
$TESTSUDOERS root id <<EOF
%#0 ALL = ALL
EOF

exit 0