Searched refs:new_security_descriptor (Results 1 – 1 of 1) sorted by relevance
837 PSECURITY_DESCRIPTOR new_security_descriptor; in grant_process_token_dacl_permissions() local974 new_security_descriptor = create_relsd_from_abssd(*old_security_descriptor); in grant_process_token_dacl_permissions()975 if (!new_security_descriptor) in grant_process_token_dacl_permissions()989 if (!SetSecurityDescriptorDacl(new_security_descriptor, TRUE, new_dacl, FALSE) || in grant_process_token_dacl_permissions()990 !SetKernelObjectSecurity(*token, DACL_SECURITY_INFORMATION, new_security_descriptor)) in grant_process_token_dacl_permissions()992 LocalFree(new_security_descriptor); in grant_process_token_dacl_permissions()1000 LocalFree(new_security_descriptor); in grant_process_token_dacl_permissions()