mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
ntdll: Remove an artificial limitation in NtQuerySecurityObject.
This commit is contained in:
parent
3a12fa9e50
commit
bd378f0327
1 changed files with 0 additions and 2 deletions
|
@ -188,8 +188,6 @@ NtQuerySecurityObject(
|
|||
|
||||
RequestedInformation &= 0x0000000f;
|
||||
|
||||
if (RequestedInformation & SACL_SECURITY_INFORMATION) return STATUS_ACCESS_DENIED;
|
||||
|
||||
ZeroMemory(Buffer, 256);
|
||||
RtlCreateSecurityDescriptor((PSECURITY_DESCRIPTOR)psd, SECURITY_DESCRIPTOR_REVISION);
|
||||
psd->Control = SE_SELF_RELATIVE |
|
||||
|
|
Loading…
Reference in a new issue