003 File Manager
Current Path:
/usr/src/tests/sys/acl
usr
/
src
/
tests
/
sys
/
acl
/
📁
..
📄
00.sh
(2.67 KB)
📄
01.sh
(2.76 KB)
📄
02.sh
(2.8 KB)
📄
03.sh
(2.77 KB)
📄
04.sh
(2.12 KB)
📄
Makefile
(681 B)
📄
Makefile.depend
(176 B)
📄
aclfuzzer.sh
(4.3 KB)
📄
mktrivial.sh
(1.8 KB)
📄
run
(8.25 KB)
📄
tools-crossfs.test
(8.54 KB)
📄
tools-nfs4-psarc.test
(18.88 KB)
📄
tools-nfs4-trivial.test
(2.91 KB)
📄
tools-nfs4.test
(31.53 KB)
📄
tools-posix.test
(8.11 KB)
Editing: Makefile
# $FreeBSD$ PACKAGE= tests TESTSDIR= ${TESTSBASE}/sys/acl BINDIR= ${TESTSDIR} ${PACKAGE}FILES+= tools-crossfs.test ${PACKAGE}FILES+= tools-nfs4.test ${PACKAGE}FILES+= tools-nfs4-psarc.test ${PACKAGE}FILES+= tools-nfs4-trivial.test ${PACKAGE}FILES+= tools-posix.test SCRIPTS+= run TAP_TESTS_SH+= 00 TAP_TESTS_SH+= 01 TAP_TESTS_SH+= 02 TAP_TESTS_SH+= 03 TAP_TESTS_SH+= 04 .for t in ${TAP_TESTS_SH} TEST_METADATA.$t+= required_user="root" .endfor _ACL_PROGS= getfacl setfacl .for t in 01 03 04 TEST_METADATA.$t+= required_programs="perl zpool ${_ACL_PROGS}" .endfor .for t in 00 02 TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}" .endfor .include <bsd.test.mk>
Upload File
Create Folder