s3: vfs: vfs_solarisacl. refuse_symlink() means we can always use STAT here.
authorJeremy Allison <jra@samba.org>
Sat, 12 Mar 2016 00:01:31 +0000 (16:01 -0800)
committerUri Simchoni <uri@samba.org>
Tue, 15 Mar 2016 07:29:30 +0000 (08:29 +0100)
commitb10d3c644002e30ad1c76d21b8bdcb7dc8c0e5f2
tree3453d280ba70bb29b095ec32c4656d3195484788
parentf690c1cfc8a53bd8c9b3e7e8fc6122d09ed7aa36
s3: vfs: vfs_solarisacl. refuse_symlink() means we can always use STAT here.

For a posix acl call on a symlink, we've already refused it.
For a Windows acl mapped call on a symlink, we want to follow
it.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source3/modules/vfs_solarisacl.c