Searched refs:sec_desc (Results 1 – 3 of 3) sorted by relevance
101 CSecurityDesc sec_desc; in TEST_F() local102 sec_desc.FromString(L"D:PAI(A;OICI;KR;;;BU)"); // builtin users read in TEST_F()106 sec_desc.GetPSECURITY_DESCRIPTOR()))); in TEST_F()107 sec_desc.FromString(L"D:PAI(A;OICI;KA;;;BU)"); // builtin users all access in TEST_F()111 sec_desc.GetPSECURITY_DESCRIPTOR()))); in TEST_F()135 sec_desc.GetPSECURITY_DESCRIPTOR()))); in TEST_F()
249 PSECURITY_DESCRIPTOR sec_desc = NULL; in SetObjectIntegrityLabel() local257 &sec_desc, NULL)) { in SetObjectIntegrityLabel()258 if (::GetSecurityDescriptorSacl(sec_desc, &sacl_present, &sacl, in SetObjectIntegrityLabel()267 ::LocalFree(sec_desc); in SetObjectIntegrityLabel()
470 PSECURITY_DESCRIPTOR sec_desc = NULL; in GetSecurityDescriptorForLowIntegrity() local478 &sec_desc, NULL)) { in GetSecurityDescriptorForLowIntegrity()479 if (::GetSecurityDescriptorSacl(sec_desc, &sacl_present, &sacl, in GetSecurityDescriptorForLowIntegrity()481 return sec_desc; in GetSecurityDescriptorForLowIntegrity()