[ros-diffs] [weiden] 20744: fixed desired access rights in GetFileSecurityW

weiden at svn.reactos.org weiden at svn.reactos.org
Mon Jan 9 01:31:13 CET 2006


fixed desired access rights in GetFileSecurityW
Modified: trunk/reactos/lib/advapi32/sec/misc.c
  _____  

Modified: trunk/reactos/lib/advapi32/sec/misc.c
--- trunk/reactos/lib/advapi32/sec/misc.c	2006-01-08 23:49:15 UTC
(rev 20743)
+++ trunk/reactos/lib/advapi32/sec/misc.c	2006-01-09 00:30:33 UTC
(rev 20744)
@@ -213,7 +213,7 @@

   if (RequestedInformation &
       (OWNER_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION |
DACL_SECURITY_INFORMATION))
     {
-      AccessMask |= STANDARD_RIGHTS_READ;
+      AccessMask |= READ_CONTROL;
     }
 
   if (RequestedInformation & SACL_SECURITY_INFORMATION)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060109/743258e8/attachment.html


More information about the Ros-diffs mailing list