Name Date Size

..25-Oct-20244 KiB

acl1.cH A D25-Oct-20247.4 KiB

cleangroups.pyH A D25-Oct-2024183

cleanusers.pyH A D25-Oct-2024220

create_users.pyH A D25-Oct-2024655

MakefileH A D25-Oct-20241,019

random_gen.pyH A D25-Oct-20247.2 KiB

READMEH A D25-Oct-2024716

runtestH A D25-Oct-20241.9 KiB

setacl_stress.pyH A D25-Oct-20241.1 KiB

test_acl.pyH A D25-Oct-20243.2 KiB

test_long_acl.pyH A D25-Oct-20241.3 KiB

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