HomeSort by relevance Sort by last modified time
    Searched defs:sandbox (Results 26 - 50 of 240) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall.h 10 namespace sandbox { namespace
136 } // namespace sandbox
syscall_iterator_unittest.cc 5 #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
6 #include "sandbox/linux/seccomp-bpf/syscall_iterator.h"
7 #include "sandbox/linux/tests/unit_tests.h"
9 namespace sandbox { namespace
136 } // namespace sandbox
verifier.h 13 namespace sandbox { namespace
26 static bool VerifyBPF(SandboxBPF* sandbox,
37 // is used for purposes other than verifying the output of the sandbox's
47 } // namespace sandbox
sandbox_bpf_policy.h 10 namespace sandbox { namespace
15 // This is the interface to implement to define a BPF sandbox policy.
33 } // namespace sandbox
syscall.cc 5 #include "sandbox/linux/seccomp-bpf/syscall.h"
12 namespace sandbox { namespace
243 } // namespace sandbox
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.h 12 // sandbox that reduces the Linux kernel's attack surface. Given their
16 namespace sandbox { namespace
74 // These give a lot of ambient authority and bypass the setuid sandbox.
103 } // namespace sandbox.
  /external/chromium_org/sandbox/linux/services/
credentials.h 19 namespace sandbox { namespace
77 } // namespace sandbox.
thread_helpers.h 12 namespace sandbox { namespace
  /external/chromium_org/sandbox/win/src/
Wow64_64.cc 7 #include "sandbox/win/src/wow64.h"
9 namespace sandbox { namespace
18 } // namespace sandbox
filesystem_policy.h 12 #include "sandbox/win/src/crosscall_server.h"
13 #include "sandbox/win/src/nt_internals.h"
14 #include "sandbox/win/src/policy_low_level.h"
15 #include "sandbox/win/src/sandbox_policy.h"
17 namespace sandbox { namespace
106 } // namespace sandbox
handle_closer_agent.h 10 #include "sandbox/win/src/handle_closer.h"
11 #include "sandbox/win/src/sandbox_types.h"
13 namespace sandbox { namespace
35 } // namespace sandbox
handle_policy.h 11 #include "sandbox/win/src/crosscall_server.h"
12 #include "sandbox/win/src/policy_low_level.h"
13 #include "sandbox/win/src/sandbox_policy.h"
15 namespace sandbox { namespace
38 } // namespace sandbox
job.h 9 #include "sandbox/win/src/restricted_token_utils.h"
11 namespace sandbox { namespace
59 } // namespace sandbox
named_pipe_interception.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
34 } // namespace sandbox
named_pipe_policy.h 12 #include "sandbox/win/src/crosscall_server.h"
13 #include "sandbox/win/src/policy_low_level.h"
14 #include "sandbox/win/src/sandbox_policy.h"
16 namespace sandbox { namespace
43 } // namespace sandbox
process_thread_policy.h 10 #include "sandbox/win/src/policy_low_level.h"
14 #include "sandbox/win/src/crosscall_server.h"
15 #include "sandbox/win/src/sandbox_policy.h"
17 namespace sandbox { namespace
80 } // namespace sandbox
registry_policy.h 12 #include "sandbox/win/src/crosscall_server.h"
13 #include "sandbox/win/src/nt_internals.h"
14 #include "sandbox/win/src/policy_low_level.h"
15 #include "sandbox/win/src/sandbox_policy.h"
17 namespace sandbox { namespace
56 } // namespace sandbox
resolver.cc 5 #include "sandbox/win/src/resolver.h"
8 #include "sandbox/win/src/sandbox_nt_util.h"
10 namespace sandbox { namespace
62 } // namespace sandbox
sandbox.h 5 // Sandbox is a sandbox library for windows processes. Use when you want a
16 // there are cases where the Sandbox library is linked against the main .exe
25 #include "sandbox/win/src/sandbox_policy.h"
26 #include "sandbox/win/src/sandbox_types.h"
28 // sandbox: Google User-Land Application Sandbox
29 namespace sandbox { namespace
58 // interface to specify the sandbox policy for new processes created by
69 // policy: This is the pointer to the policy object for the sandbox t
    [all...]
sandbox_factory.h 8 #include "sandbox/win/src/sandbox.h"
28 // The Sandbox library needs to be linked against the main executable, but
32 // the Sandbox API calls are made.
33 namespace sandbox { namespace
48 } // 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
service_resolver.cc 5 #include "sandbox/win/src/service_resolver.h"
8 #include "sandbox/win/src/internal_types.h"
9 #include "sandbox/win/src/sandbox_nt_util.h"
11 namespace sandbox { namespace
46 } // namespace sandbox
sid.h 10 namespace sandbox { namespace
27 } // namespace sandbox
sync_interception.h 5 #include "sandbox/win/src/nt_internals.h"
6 #include "sandbox/win/src/sandbox_types.h"
11 namespace sandbox { namespace
44 } // namespace sandbox
sync_policy.h 12 #include "sandbox/win/src/crosscall_server.h"
13 #include "sandbox/win/src/nt_internals.h"
14 #include "sandbox/win/src/policy_low_level.h"
15 #include "sandbox/win/src/sandbox_policy.h"
17 namespace sandbox { namespace
49 } // namespace sandbox

Completed in 428 milliseconds

12 3 4 5 6 7 8 910