advapi32: Allow GetFileSecurityA/W to work on files that have been opened already...
commit00bc3d9e48c7eb7119df8b2f43930c354ce6f4fe
authorRob Shearman <rob@codeweavers.com>
Tue, 2 Oct 2007 14:56:35 +0000 (2 15:56 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 Oct 2007 09:17:04 +0000 (3 11:17 +0200)
treeceb9b4e4add8b1f6e3f0fe491df9ff13035b59d3
parent1262d7dbefe65a072bf02244293ea8536262fa77
advapi32: Allow GetFileSecurityA/W to work on files that have been opened already with restricted sharing flags.

Only use the minimum required access rights for the information being retrieved.
dlls/advapi32/security.c