mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fixed desired access rights in GetFileSecurityW
svn path=/trunk/; revision=20744
This commit is contained in:
@@ -213,7 +213,7 @@ GetFileSecurityW(LPCWSTR lpFileName,
|
||||
if (RequestedInformation &
|
||||
(OWNER_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION))
|
||||
{
|
||||
AccessMask |= STANDARD_RIGHTS_READ;
|
||||
AccessMask |= READ_CONTROL;
|
||||
}
|
||||
|
||||
if (RequestedInformation & SACL_SECURITY_INFORMATION)
|
||||
|
||||
Reference in New Issue
Block a user