Add comment explaining exactly *why* we don't check FILE_READ_ATTRIBUTES when evaluat...
commita115a4e9799e8e5497232a149d4d927308c81a5b
authorJeremy Allison <jra@samba.org>
Tue, 13 Nov 2012 00:21:15 +0000 (12 16:21 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 3 Dec 2012 19:22:41 +0000 (3 20:22 +0100)
tree231138d8ebef3202d84e77a0cb8b670704a19975
parent1c7d00e8ef48c2cd57d79a00cb26bc56a2979241
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.
source3/smbd/open.c