One more fix. Now all ACL tests pass again.
This commit is contained in:
parent
aa25dc0272
commit
62089c2843
@ -63,7 +63,7 @@ cd $MNT
|
||||
# First, check whether we can crash the kernel by creating too many
|
||||
# entries. For some reason this won't work in the test file.
|
||||
touch xxx
|
||||
setfacl -x5 xxx
|
||||
setfacl -x2 xxx
|
||||
while :; do setfacl -a0 u:42:rwx:allow xxx 2> /dev/null; if [ $? -ne 0 ]; then break; fi; done
|
||||
chmod 600 xxx
|
||||
rm xxx
|
||||
|
Loading…
x
Reference in New Issue
Block a user