Home
last modified time | relevance | path

Searched refs:ns_types (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.cc91 : ns_types(CLONE_NEWUSER | CLONE_NEWPID | CLONE_NEWNET), in Options()
131 if ((ns_type & ns_sandbox_options.ns_types) == 0) { in LaunchProcessWithOptions()
Dnamespace_sandbox.h47 int ns_types; member
Dnamespace_sandbox_unittest.cc109 options.ns_types = CLONE_NEWUSER | CLONE_NEWPID; in TEST_F()