mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
ntdll: Remove an artificial limitation in NtQuerySecurityObject.
This commit is contained in:
parent
3a12fa9e50
commit
bd378f0327
@ -188,8 +188,6 @@ NtQuerySecurityObject(
|
|||||||
|
|
||||||
RequestedInformation &= 0x0000000f;
|
RequestedInformation &= 0x0000000f;
|
||||||
|
|
||||||
if (RequestedInformation & SACL_SECURITY_INFORMATION) return STATUS_ACCESS_DENIED;
|
|
||||||
|
|
||||||
ZeroMemory(Buffer, 256);
|
ZeroMemory(Buffer, 256);
|
||||||
RtlCreateSecurityDescriptor((PSECURITY_DESCRIPTOR)psd, SECURITY_DESCRIPTOR_REVISION);
|
RtlCreateSecurityDescriptor((PSECURITY_DESCRIPTOR)psd, SECURITY_DESCRIPTOR_REVISION);
|
||||||
psd->Control = SE_SELF_RELATIVE |
|
psd->Control = SE_SELF_RELATIVE |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user