Lines Matching refs:test_pam_cap
24 test_pam_cap: test_pam_cap.c pam_cap.c target
25 $(CC) $(CFLAGS) $(IPATH) -o $@ test_pam_cap.c $(LIBCAPLIB) $(LDFLAGS) --static
33 sudotest: test test_pam_cap
34 sudo ./test_pam_cap root 0x0 0x0 0x0 config=./capability.conf
35 sudo ./test_pam_cap root 0x0 0x0 0x0 config=./sudotest.conf
36 sudo ./test_pam_cap alpha 0x0 0x0 0x0 config=./capability.conf
37 sudo ./test_pam_cap alpha 0x0 0x1 0x80 config=./sudotest.conf
38 sudo ./test_pam_cap beta 0x0 0x1 0x0 config=./sudotest.conf
39 sudo ./test_pam_cap gamma 0x0 0x0 0x81 config=./sudotest.conf
40 sudo ./test_pam_cap delta 0x41 0x80 0x41 config=./sudotest.conf
43 rm -f *.o *.so testlink test_pam_cap *~