Home
last modified time | relevance | path

Searched refs:KernelSupportsUnprivilegedNamespace (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dnamespace_utils_unittest.cc23 SANDBOX_TEST(NamespaceUtils, KernelSupportsUnprivilegedNamespace) { in SANDBOX_TEST() argument
26 NamespaceUtils::KernelSupportsUnprivilegedNamespace(CLONE_NEWUSER); in SANDBOX_TEST()
Dnamespace_sandbox_unittest.cc78 NamespaceUtils::KernelSupportsUnprivilegedNamespace(CLONE_NEWPID)); in MULTIPROCESS_TEST_MAIN()
80 NamespaceUtils::KernelSupportsUnprivilegedNamespace(CLONE_NEWNET)); in MULTIPROCESS_TEST_MAIN()
97 NamespaceUtils::KernelSupportsUnprivilegedNamespace(CLONE_NEWPID)); in MULTIPROCESS_TEST_MAIN()
Dnamespace_utils.h36 static bool KernelSupportsUnprivilegedNamespace(int type);
Dnamespace_utils.cc57 bool NamespaceUtils::KernelSupportsUnprivilegedNamespace(int type) { in KernelSupportsUnprivilegedNamespace() function in sandbox::NamespaceUtils
Dnamespace_sandbox.cc135 if (NamespaceUtils::KernelSupportsUnprivilegedNamespace(ns_type)) { in LaunchProcessWithOptions()