Home | History | Annotate | Download | only in sandbox_linux

Lines Matching defs:sandbox

13 namespace sandbox {
21 // This class has two main sets of APIs. One can be used to start the sandbox
26 // This is the API to enable a seccomp-bpf sandbox for content/
28 // Is the sandbox globally enabled, can anything use it at all ?
29 // This looks at global command line flags to see if the sandbox
32 // Should the sandbox be enabled for process_type ?
34 // Check if the kernel supports this sandbox. It's useful to "prewarm"
37 // Start the sandbox and apply the policy for process_type, depending on
41 // This is the API to enable a seccomp-bpf sandbox by using an
44 scoped_ptr<sandbox::bpf_dsl::SandboxBPFDSLPolicy> policy);
45 // The "baseline" policy can be a useful base to build a sandbox policy.
46 static scoped_ptr<sandbox::bpf_dsl::SandboxBPFDSLPolicy> GetBaselinePolicy();