Home
last modified time | relevance | path

Searched refs:SE_GROUP_INTEGRITY (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
Drestricted_token.h18 #ifndef SE_GROUP_INTEGRITY
19 #define SE_GROUP_INTEGRITY (0x00000020L) macro
Drestricted_token.cc219 if ((token_groups->Groups[i].Attributes & SE_GROUP_INTEGRITY) == 0 && in AddAllSidsForDenyOnly()
458 if ((token_groups->Groups[i].Attributes & SE_GROUP_INTEGRITY) == 0) in AddRestrictingSidAllSids()
Drestricted_token_unittest.cc222 (attributes[i] & SE_GROUP_INTEGRITY) == 0) { in TEST()
254 (attributes[i] & SE_GROUP_INTEGRITY) == 0) { in TEST()
569 if ((attributes[i] & SE_GROUP_INTEGRITY) == 0) { in TEST()
Drestricted_token_utils.cc313 label.Label.Attributes = SE_GROUP_INTEGRITY; in SetTokenIntegrityLevel()
/external/chromium_org/chrome_frame/test/
Dchrome_frame_test_utils.cc362 tml.Label.Attributes = SE_GROUP_INTEGRITY | SE_GROUP_INTEGRITY_ENABLED; in Impersonate()