server-LABEL_SECURITY_INFORMATION: Add reference to upstream bug.

This commit is contained in:
Sebastian Lackner 2017-03-05 00:12:59 +01:00
parent 14f5eae731
commit 1c3562d671
2 changed files with 4 additions and 1 deletions

View File

@ -6582,6 +6582,9 @@ fi
# | This patchset has the following (direct or indirect) dependencies:
# | * advapi32-GetExplicitEntriesFromAclW, server-Misc_ACL, ntdll-DOS_Attributes, server-File_Permissions, server-Stored_ACLs
# |
# | This patchset fixes the following Wine bugs:
# | * [#42014] Implement support for LABEL_SECURITY_INFORMATION
# |
# | Modified files:
# | * dlls/advapi32/tests/security.c, dlls/ntdll/nt.c, dlls/ntdll/sec.c, include/winnt.h, server/handle.c, server/object.c,
# | server/process.c, server/protocol.def, server/security.h, server/token.c

View File

@ -1,4 +1,4 @@
Fixes: Implement support for LABEL_SECURITY_INFORMATION
Fixes: [42014] Implement support for LABEL_SECURITY_INFORMATION
Depends: advapi32-GetExplicitEntriesFromAclW
Depends: server-Stored_ACLs
Depends: server-Misc_ACL