Home | History | Annotate | Download | only in mac

Lines Matching full:sandbox

5 #include "sandbox/mac/bootstrap_sandbox.h"
14 #include "sandbox/mac/launchd_interception_server.h"
16 namespace sandbox {
23 scoped_ptr<BootstrapSandbox> sandbox(new BootstrapSandbox());
24 sandbox->server_.reset(new LaunchdInterceptionServer(sandbox.get()));
30 sandbox->server_bootstrap_name().c_str(), &port);
33 << "Failed to bootstrap_check_in the sandbox server.";
38 // Start the sandbox server.
39 if (sandbox->server_->Initialize(scoped_port.get()))
44 return sandbox.Pass();
89 VLOG(3) << "Bootstrap sandbox enforced for pid " << handle;
122 base::StringPrintf("%s.sandbox.%d", base::mac::BaseBundleID(),
133 } // namespace sandbox