Skip to content
Snippets Groups Projects
Commit 66530ba4 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch HEAD

b=12584
i=johann

since various getfacl version handles symlink differently, we avoid symlink
test for now.
parent 2930875a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ filesystem with or without ACL support.
$ mkdir d
$ touch d/y
$ ln -s d l
various version of getfacl handle symlink differently
# $ ln -s d l
The result of "getfacl -dR . | grep file | sort" is related with
the dentry item order in parent directory. Such order depends on
FS implementation. Fix with -P (--physical) option.
......@@ -47,6 +48,7 @@ FS implementation. Fix with -P (--physical) option.
> # file: d
> # file: d/y
> # file: x
$ ln -s d l
$ ln -s l ll
# $ getfacl -dLR ll | grep file | sort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment