mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Test user and host filters
|
|
#
|
|
|
|
exec 2>&1
|
|
./cvtsudoers -c "" -f sudoers -m user=millert,host=hercules $TESTDIR/sudoers
|
|
|
|
exit 0
|