Lines Matching full:sandbox
17 #include "sandbox/mac/policy.h"
18 #include "sandbox/sandbox_export.h"
20 namespace sandbox {
24 // The BootstrapSandbox is a second-layer sandbox for Mac. It is used to limit
29 // With this sandbox, the parent process must replace the bootstrap port prior
35 // launchd for servicing. If it is not, then the sandbox will reply with a
38 // Clients that which to use the sandbox must inform it of the creation and
39 // death of child processes for which the sandbox should be enforced. The
40 // client of the sandbox is intended to be an unsandboxed parent process that
43 // When the parent is ready to fork a new child process with this sandbox
47 // association between the process ID and sandbox policy ID.
53 // Creates a new sandbox manager. Returns NULL on failure.
105 // All the policies that have been registered with this sandbox manager.
108 // The association between process ID and sandbox policy ID.
112 } // namespace sandbox