Home
last modified time | relevance | path

Searched refs:test_acct (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/tools/regression/priv/
H A DMakefile1 compile: test_acct
4 ./test_acct
7 rm -f *.o test_acct
12 test_acct: test_acct.c test.o test.h target
13 ${CC} -o test_acct test.o test_acct.c
H A Dtest_acct.c22 test_acct() { in test_acct() function
38 test_as_root (test_acct, 0, "acct"); in main()
39 test_as_jailed_root (test_acct, EPERM, "acct"); in main()
40 test_as_unpriv (test_acct, EPERM, "acct"); in main()
41 test_as_jailed_unpriv (test_acct, EPERM, "acct"); in main()
/dflybsd-src/tools/regression/
H A Dregression.runlist9 priv/test_acct userland defaults