Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dnamespace_utils.h41 static bool KernelSupportsDenySetgroups();
Dnamespace_utils_unittest.cc44 NamespaceUtils::KernelSupportsDenySetgroups(); in SANDBOX_TEST()
Dnamespace_utils.cc99 bool NamespaceUtils::KernelSupportsDenySetgroups() { in KernelSupportsDenySetgroups() function in sandbox::NamespaceUtils
Dnamespace_sandbox.cc46 NamespaceUtils::KernelSupportsDenySetgroups()) {} in WriteUidGidMapDelegate()
Dcredentials.cc299 if (NamespaceUtils::KernelSupportsDenySetgroups()) { in MoveToNewUserNS()