mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Don't force a security descriptor to have an owner
svn path=/trunk/; revision=24532
This commit is contained in:
@@ -971,7 +971,7 @@ SeAccessCheck(IN PSECURITY_DESCRIPTOR SecurityDescriptor,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (SepSidInToken(Token, Sid))
|
||||
if (Sid && SepSidInToken(Token, Sid))
|
||||
{
|
||||
CurrentAccess |= (READ_CONTROL | WRITE_DAC);
|
||||
if (DesiredAccess == CurrentAccess)
|
||||
|
||||
Reference in New Issue
Block a user