Home | History | Annotate | Download | only in common

Lines Matching full:sandbox

24 #include "sandbox/linux/suid/client/setuid_sandbox_client.h"
33 "Activated " + sandbox_name + " sandbox for process type: " +
72 setuid_sandbox_client_(sandbox::SetuidSandboxClient::Create()) {
74 LOG(FATAL) << "Failed to instantiate the setuid sandbox client.";
88 // ASan API call to notify the tool the sandbox is going to be turned on.
96 // ASan needs to open some resources before the sandbox is enabled.
103 // produce a sandbox escape in Release mode.
110 VLOG(1) << "Lacking support for seccomp-bpf sandbox.";
121 // We need to make absolutely sure that our sandbox is "sealed" before
134 // TSAN starts a helper thread. So we don't start the sandbox and don't
168 // We report whether the sandbox will be activated when renderers go
169 // through sandbox initialization.
194 CHECK_EQ(0, fstat_ret) << "Could not count threads, the sandbox was not "
199 // setuid sandbox is already engaged but no proc_fd_ is available).
215 sandbox::SetuidSandboxClient*