Add comment explaining exactly *why* we don't check FILE_READ_ATTRIBUTES when evaluat...
authorJeremy Allison <jra@samba.org>
Tue, 13 Nov 2012 00:21:15 +0000 (16:21 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Dec 2012 08:40:25 +0000 (09:40 +0100)
commit7f687101ce9d79c07d7616b188c9088b8bc06d26
tree55d2ee8c10f1fdf963b8cf3ec9f81bcc90f4b927
parent43c2b1ac0599963a3d794185c9cc372c3bc4a3a1
Add comment explaining exactly *why* we don't check FILE_READ_ATTRIBUTES when evaluating file/directory ACE's.

If we can access the path to this file, by
default we have FILE_READ_ATTRIBUTES from the
containing directory. See the section.
"Algorithm to Check Access to an Existing File"
in MS-FSA.pdf.
(cherry picked from commit a115a4e9799e8e5497232a149d4d927308c81a5b)
source3/smbd/open.c