Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | D | 22-Nov-2023 | 1,022 | 30 | 4 | |
README | D | 22-Nov-2023 | 716 | 22 | 15 | |
acl1.c | D | 22-Nov-2023 | 7.6 KiB | 389 | 271 | |
cleangroups.py | D | 22-Nov-2023 | 158 | 10 | 8 | |
cleanusers.py | D | 22-Nov-2023 | 195 | 12 | 10 | |
create_users.py | D | 22-Nov-2023 | 632 | 21 | 16 | |
random_gen.py | D | 22-Nov-2023 | 7.2 KiB | 251 | 208 | |
runtest | D | 22-Nov-2023 | 1.9 KiB | 71 | 48 | |
setacl_stress.py | D | 22-Nov-2023 | 1.1 KiB | 32 | 26 | |
test_acl.py | D | 22-Nov-2023 | 3.2 KiB | 123 | 97 | |
test_long_acl.py | D | 22-Nov-2023 | 1.3 KiB | 44 | 36 |
README
1ACL testing 2Aurélien Charbon - Bull SA 3 4# GOAL : 5Testing ACL conformance, ACL limits, and ACL robustness 6 7# REQUIREMENTS : 8ACL support must be present on the remote host 9attr and acl packages must be install for the stestsuite to build/run. 10This testsuite is not built by the default make in the LTP root directory 11 12acl1: verify the conformance ok access regarding the ACL of files and directory. 13stress: multiprocess application to stress the ACL 14 15setacl_stress.py: python script that does lots of setfacl function 16 17test_long_acl.py: try to "build" ACLs of different length. Stop when the specified maximum length is reached. 18 19To run the test: 20make (builds the binaries) 21./runtest (executes the sequence of tests) 22