Home
last modified time | relevance | path

Searched refs:INTEGRITY_LEVEL_LOW (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/sandbox/win/tests/validation_tests/
Dsuite.cc115 runner.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW); in TEST()
133 runner.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW); in TEST()
177 target.GetPolicy()->SetDelayedIntegrityLevel(INTEGRITY_LEVEL_LOW); in TEST()
179 runner.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW); in TEST()
199 target.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW); in TEST()
/external/chromium_org/sandbox/win/src/
Dintegrity_level_test.cc56 runner.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW); in TEST()
72 runner.GetPolicy()->SetDelayedIntegrityLevel(INTEGRITY_LEVEL_LOW); in TEST()
Dsecurity_level.h20 INTEGRITY_LEVEL_LOW, enumerator
Drestricted_token_utils.cc285 case INTEGRITY_LEVEL_LOW: in GetIntegrityLevelString()
/external/chromium_org/remoting/host/win/
Dunprivileged_process_delegate.cc95 if (restricted_token.SetIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW) in CreateRestrictedToken()
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.cc185 policy->SetDelayedIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW); in PreSpawnTarget()
204 policy->SetIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW); in PreSpawnTarget()
/external/chromium_org/sandbox/win/sandbox_poc/
Dmain_ui_window.cc513 policy->SetDelayedIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW); in SpawnTarget()
/external/chromium_org/content/common/
Dsandbox_win.cc376 policy->SetIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW); in AddPolicyForSandboxedProcess()