fixed desired access rights in GetFileSecurityW

svn path=/trunk/; revision=20744
This commit is contained in:
Thomas Bluemel
2006-01-09 00:30:33 +00:00
parent 88d5da795e
commit fe46130e76
+1 -1
View File
@@ -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)