mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
One more fix. Now all ACL tests pass again.
This commit is contained in:
parent
aa25dc0272
commit
62089c2843
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue