1 2 3 4 5 6 7 8 9 10
#!/bin/sh # # Test user and host filters # : ${CVTSUDOERS=cvtsudoers} $CVTSUDOERS -c "" -f sudoers -m user=millert,host=hercules $TESTDIR/sudoers exit 0