diff --git a/reactos/ntoskrnl/config/cmsysini.c b/reactos/ntoskrnl/config/cmsysini.c index 41120d9c1a0..b1658b24579 100644 --- a/reactos/ntoskrnl/config/cmsysini.c +++ b/reactos/ntoskrnl/config/cmsysini.c @@ -1114,7 +1114,7 @@ CmpCreateRegistryRoot(VOID) &KeyName, OBJ_CASE_INSENSITIVE, NULL, - NULL); + SecurityDescriptor); Status = ObCreateObject(KernelMode, CmpKeyObjectType, &ObjectAttributes,