Ensure get_nt_acl_internal() only looks at the ACL blobs, not
commitf01a14846f1ab1a5589cd780aa1c6ad45d73eccf
authorJeremy Allison <jra@samba.org>
Wed, 2 Dec 2009 20:09:48 +0000 (2 12:09 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 2 Dec 2009 20:11:45 +0000 (2 12:11 -0800)
treeb58230573ac6b559212d07a3977dee7a2a892e19
parent358cca77b2e09262e7e7bd41a782f46cff63922c
Ensure get_nt_acl_internal() only looks at the ACL blobs, not
reads off the underlying filesystem. Ensure that vfs_acl_tdb.c
returns NT_STATUS_NOT_FOUND, not NT_STATUS_OBJECT_NAME_NOT_FOUND
when it can't find a blob matching the file.
Jeremy.
(cherry picked from commit 486c8d57ec5a9aa63aff275621ff45c22b8cde61)
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c