Bugfix for #8857 - Setting traverse rights fails to enable directory traversal when...
commit496455087115e939614f55dd268ca881b77b512e
authorJeremy Allison <jra@samba.org>
Tue, 17 Apr 2012 01:17:25 +0000 (16 18:17 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 22 Jun 2012 19:39:57 +0000 (22 21:39 +0200)
tree056e8c2c2a51119920bb31b1c1421ca6509c990a
parent51c5ab6ad302a9452b5c30528f4fc32919039cd6
Bugfix for #8857 - Setting traverse rights fails to enable directory traversal when acl_xattr in use.

We were incorrectly checking the parent directory ACL, instead
of the ACL of the directory we're trying to open.
(cherry picked from commit faafade5dd948918a27284b82384340995d1bf55)
source3/modules/vfs_acl_common.c