Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching full:sandbox

5 #include "sandbox/linux/seccomp-bpf/trap.h"
16 #include "sandbox/linux/seccomp-bpf/codegen.h"
17 #include "sandbox/linux/seccomp-bpf/die.h"
18 #include "sandbox/linux/seccomp-bpf/syscall.h"
22 #include "sandbox/linux/services/android_ucontext.h"
68 namespace sandbox {
99 // to avoid race conditions. Normally, this is a non-issue as the sandbox
183 // evaluator registered with the sandbox.
271 // threaded while the sandbox is being set up). But we nonetheless are
332 SANDBOX_INFO("WARNING! Disabling sandbox for debugging purposes");
336 "Cannot disable sandbox and use unsafe traps unless "
354 } // namespace sandbox