Lines Matching full:sandbox
5 #include "sandbox/linux/seccomp-bpf/trap.h"
21 #include "sandbox/linux/bpf_dsl/seccomp_macros.h"
22 #include "sandbox/linux/seccomp-bpf/die.h"
23 #include "sandbox/linux/seccomp-bpf/syscall.h"
24 #include "sandbox/linux/services/syscall_wrappers.h"
25 #include "sandbox/linux/system_headers/linux_seccomp.h"
26 #include "sandbox/linux/system_headers/linux_signal.h"
63 sandbox::sys_sigprocmask(LINUX_SIG_BLOCK, &mask, NULL)) {
77 namespace sandbox {
114 // to avoid race conditions. Normally, this is a non-issue as the sandbox
230 // evaluator registered with the sandbox.
310 // threaded while the sandbox is being set up). But we nonetheless are
373 SANDBOX_INFO("WARNING! Disabling sandbox for debugging purposes");
377 "Cannot disable sandbox and use unsafe traps unless "
387 } // namespace sandbox