HomeSort by relevance Sort by last modified time
    Searched full:sandbox (Results 1 - 25 of 990) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/win/
DEPS 2 "+sandbox/win/src",
  /external/chromium_org/sandbox/linux/seccomp-bpf/
DEPS 2 "+sandbox/linux/services"
sandbox_bpf_test_runner.cc 5 #include "sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h"
14 #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
15 #include "sandbox/linux/tests/unit_tests.h"
17 namespace sandbox { namespace
29 sandbox::Die::EnableSimpleExit();
34 if (sandbox::SandboxBPF::SupportsSeccompSandbox(-1) ==
35 sandbox::SandboxBPF::STATUS_AVAILABLE) {
36 // Ensure the the sandbox is actually available at this time
39 SANDBOX_ASSERT(sandbox::SandboxBPF::SupportsSeccompSandbox(proc_fd) ==
40 sandbox::SandboxBPF::STATUS_AVAILABLE)
43 sandbox::SandboxBPF sandbox; local
61 sandbox::SandboxBPF sandbox; local
    [all...]
sandbox_bpf_policy.cc 5 #include "sandbox/linux/seccomp-bpf/sandbox_bpf_policy.h"
9 #include "sandbox/linux/seccomp-bpf/errorcode.h"
11 namespace sandbox { namespace
17 } // namespace sandbox
basicblock.cc 5 #include "sandbox/linux/seccomp-bpf/basicblock.h"
7 namespace sandbox { namespace
13 } // namespace sandbox
  /external/chromium_org/sandbox/linux/suid/client/
DEPS 2 "+sandbox/linux/services",
  /external/chromium_org/components/nacl/zygote/
DEPS 2 "+sandbox/linux/services",
3 "+sandbox/linux/suid",
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
DEPS 2 "+sandbox/linux/services",
3 "+sandbox/linux/seccomp-bpf",
  /external/chromium_org/ash/shell/
DEPS 4 "+sandbox",
  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/manifest/
sandbox.html 1 {{+partials.standard_apps_article article:articles.manifest/sandbox/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/manifest/
sandbox.html 1 {{+partials.standard_extensions_article article:articles.manifest/sandbox/}}
  /external/chromium_org/chrome_elf/
DEPS 2 "+sandbox",
  /external/chromium_org/ui/app_list/demo/
DEPS 3 "+sandbox",
  /external/chromium_org/sandbox/
BUILD.gn 6 group("sandbox") {
8 deps = [ "//sandbox/win:sandbox" ]
10 deps = [ "//sandbox/mac:sandbox" ]
12 deps = [ "//sandbox/linux:sandbox" ]
  /external/chromium_org/components/nacl/broker/
DEPS 3 "+sandbox/win/src",
  /external/chromium_org/content/gpu/
DEPS 5 "+sandbox",
  /external/chromium_org/content/utility/
DEPS 4 "+sandbox/win/src",
  /external/chromium_org/content/worker/
DEPS 3 "+sandbox/win/src",
  /external/chromium_org/content/common/
sandbox_win.h 9 #include "sandbox/win/src/security_level.h"
15 namespace sandbox { namespace
23 // Wrapper around sandbox::TargetPolicy::SetJobLevel that checks if the sandbox
26 sandbox::JobLevel job_level,
28 sandbox::TargetPolicy* policy);
31 void AddBaseHandleClosePolicy(sandbox::TargetPolicy* policy);
33 bool InitBrokerServices(sandbox::BrokerServices* broker_services);
35 bool InitTargetServices(sandbox::TargetServices* target_services);
  /external/chromium_org/sandbox/win/src/
handle_interception.cc 5 #include "sandbox/win/src/handle_interception.h"
7 #include "sandbox/win/src/crosscall_client.h"
8 #include "sandbox/win/src/ipc_tags.h"
9 #include "sandbox/win/src/sandbox_factory.h"
10 #include "sandbox/win/src/sandbox_nt_util.h"
11 #include "sandbox/win/src/sharedmem_ipc_client.h"
12 #include "sandbox/win/src/target_services.h"
14 namespace sandbox { namespace
44 } // namespace sandbox
process_mitigations_win32k_dispatcher.cc 5 #include "sandbox/win/src/process_mitigations_win32k_dispatcher.h"
6 #include "sandbox/win/src/interception.h"
7 #include "sandbox/win/src/interceptors.h"
8 #include "sandbox/win/src/ipc_tags.h"
9 #include "sandbox/win/src/process_mitigations_win32k_interception.h"
11 namespace sandbox { namespace
21 sandbox::MITIGATION_WIN32K_DISABLE)) {
56 } // namespace sandbox
handle_interception.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
21 } // namespace sandbox
sandbox_globals.cc 7 #include "sandbox/win/src/sandbox_nt_types.h"
8 #include "sandbox/win/src/sandbox_types.h"
10 namespace sandbox { namespace
18 } // namespace sandbox
  /external/chromium_org/chrome/service/
DEPS 5 "+sandbox/win/src/sandbox_types.h",
  /external/chromium_org/sandbox/linux/tests/
sandbox_test_runner.cc 5 #include "sandbox/linux/tests/sandbox_test_runner.h"
7 namespace sandbox { namespace
19 } // namespace sandbox

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>