Searched defs:sandbox (Results 126 - 150 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall.h12 #include "sandbox/sandbox_export.h"
16 #include "sandbox/linux/services/android_ucontext.h"
19 namespace sandbox { namespace
28 // This is primarily meant to be useful for writing sandbox policy
168 } // namespace sandbox
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy.cc5 #include "sandbox/linux/seccomp-bpf-helpers/baseline_policy.h"
16 #include "sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h"
17 #include "sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h"
18 #include "sandbox/linux/seccomp-bpf-helpers/syscall_sets.h"
19 #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
20 #include "sandbox/linux/seccomp-bpf/sandbox_bpf_policy.h"
21 #include "sandbox/linux/services/linux_syscalls.h"
26 using sandbox::bpf_dsl::Allow;
27 using sandbox::bpf_dsl::Arg;
28 using sandbox
32 namespace sandbox { namespace
[all...]
/external/chromium_org/sandbox/linux/services/
H A Dinit_process_reaper.cc5 #include "sandbox/linux/services/init_process_reaper.h"
18 namespace sandbox { namespace
101 } // namespace sandbox.
H A Dscoped_process.cc5 #include "sandbox/linux/services/scoped_process.h"
20 #include "sandbox/linux/services/thread_helpers.h"
22 namespace sandbox { namespace
119 } // namespace sandbox
H A Dthread_helpers.cc5 #include "sandbox/linux/services/thread_helpers.h"
23 namespace sandbox { namespace
102 } // namespace sandbox
H A Dthread_helpers_unittests.cc5 #include "sandbox/linux/services/thread_helpers.h"
21 #include "sandbox/linux/tests/unit_tests.h"
26 namespace sandbox { namespace
111 } // namespace sandbox
/external/chromium_org/sandbox/linux/suid/common/
H A Dsandbox.h9 namespace sandbox { namespace
13 // (e.g. Chrome) to construct a command line for the sandbox.
38 } // namespace sandbox
/external/chromium_org/sandbox/linux/tests/
H A Dscoped_temporary_file_unittest.cc5 #include "sandbox/linux/tests/scoped_temporary_file.h"
21 namespace sandbox { namespace
76 } // namespace sandbox
/external/chromium_org/sandbox/mac/
H A Dbootstrap_sandbox.h17 #include "sandbox/mac/policy.h"
18 #include "sandbox/sandbox_export.h"
20 namespace sandbox { namespace
24 // The BootstrapSandbox is a second-layer sandbox for Mac. It is used to limit
29 // With this sandbox, the parent process must replace the bootstrap port prior
35 // launchd for servicing. If it is not, then the sandbox will reply with a
38 // Clients that which to use the sandbox must inform it of the creation and
39 // death of child processes for which the sandbox should be enforced. The
40 // client of the sandbox is intended to be an unsandboxed parent process that
43 // When the parent is ready to fork a new child process with this sandbox
[all...]
H A Ddispatch_source_mach_unittest.cc5 #include "sandbox/mac/dispatch_source_mach.h"
15 namespace sandbox { namespace
47 DispatchSourceMach source("org.chromium.sandbox.test.ReceiveAfterResume",
78 "org.chromium.sandbox.test.NoMessagesAfterDestruction",
90 dispatch_queue_create("org.chromium.sandbox.test.MessageSend", NULL);
119 } // namespace sandbox
H A Dlaunchd_interception_server.h12 #include "sandbox/mac/message_server.h"
13 #include "sandbox/mac/os_compatibility.h"
15 namespace sandbox { namespace
27 explicit LaunchdInterceptionServer(const BootstrapSandbox* sandbox);
41 // Given a look_up2 request message, this looks up the appropriate sandbox
53 // The sandbox for which this message server is running.
71 } // namespace sandbox
H A Dmach_message_server.h13 #include "sandbox/mac/message_server.h"
15 namespace sandbox { namespace
72 } // namespace sandbox
H A Dmessage_server.h11 #include "sandbox/mac/xpc.h"
13 namespace sandbox { namespace
69 } // namespace sandbox
H A Dos_compatibility.h6 // that occur between different OS versions. The Mach messages that the sandbox
19 #include "sandbox/mac/message_server.h"
21 namespace sandbox { namespace
57 } // namespace sandbox
H A Dpolicy.cc5 #include "sandbox/mac/policy.h"
7 namespace sandbox { namespace
56 } // namespace sandbox
H A Dpolicy.h13 #include "sandbox/sandbox_export.h"
15 namespace sandbox { namespace
68 } // namespace sandbox
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.h13 namespace sandbox { namespace
25 // sandbox. This is useful for developer debugging and for security testing.
54 // BrokerService that will launch a new EXE inside the sandbox and load the
59 sandbox::BrokerServices* broker);
116 // Spawns a target EXE inside the sandbox (with the help of the
159 // The BrokerServices will be used to spawn an EXE in a sandbox and ask
161 sandbox::BrokerServices* broker_;
/external/chromium_org/sandbox/win/src/
H A Dapp_container_test.cc14 #include "sandbox/win/src/sync_policy_test.h"
69 namespace sandbox { namespace
144 } // namespace sandbox
H A Dbroker_services.h15 #include "sandbox/win/src/crosscall_server.h"
16 #include "sandbox/win/src/job.h"
17 #include "sandbox/win/src/sandbox.h"
18 #include "sandbox/win/src/sharedmem_ipc_server.h"
19 #include "sandbox/win/src/win2k_threadpool.h"
20 #include "sandbox/win/src/win_utils.h"
29 namespace sandbox { namespace
115 } // namespace sandbox
H A Dhandle_closer.h13 #include "sandbox/win/src/interception.h"
14 #include "sandbox/win/src/sandbox_types.h"
15 #include "sandbox/win/src/target_process.h"
17 namespace sandbox { namespace
72 } // namespace sandbox
H A Dhandle_closer_agent.cc5 #include "sandbox/win/src/handle_closer_agent.h"
8 #include "sandbox/win/src/nt_internals.h"
9 #include "sandbox/win/src/win_utils.h"
35 namespace sandbox { namespace
145 } // namespace sandbox
H A Dhandle_inheritance_test.cc9 #include "sandbox/win/tests/common/controller.h"
12 namespace sandbox { namespace
H A Dhandle_policy.cc5 #include "sandbox/win/src/handle_policy.h"
10 #include "sandbox/win/src/broker_services.h"
11 #include "sandbox/win/src/ipc_tags.h"
12 #include "sandbox/win/src/policy_engine_opcodes.h"
13 #include "sandbox/win/src/policy_params.h"
14 #include "sandbox/win/src/sandbox_types.h"
15 #include "sandbox/win/src/sandbox_utils.h"
17 namespace sandbox { namespace
92 } // namespace sandbox
H A Dhandle_policy_test.cc6 #include "sandbox/win/src/handle_policy.h"
7 #include "sandbox/win/src/nt_internals.h"
8 #include "sandbox/win/src/sandbox.h"
9 #include "sandbox/win/src/sandbox_factory.h"
10 #include "sandbox/win/src/sandbox_policy.h"
11 #include "sandbox/win/src/win_utils.h"
12 #include "sandbox/win/tests/common/controller.h"
15 namespace sandbox { namespace
113 } // namespace sandbox
[all...]
H A Dinterception_unittest.cc12 #include "sandbox/win/src/interception.h"
13 #include "sandbox/win/src/interceptors.h"
14 #include "sandbox/win/src/interception_internal.h"
15 #include "sandbox/win/src/target_process.h"
18 namespace sandbox { namespace
212 } // namespace sandbox

Completed in 202 milliseconds

1234567891011>>