Searched refs:seccomp_restrict_namespaces (Results 1 – 4 of 4) sorted by relevance
95 int seccomp_restrict_namespaces(unsigned long retain);
1209 int seccomp_restrict_namespaces(unsigned long retain) { in seccomp_restrict_namespaces() function
309 assert_se(seccomp_restrict_namespaces(CLONE_NEWNS|CLONE_NEWNET) >= 0); in TEST()
1695 return seccomp_restrict_namespaces(c->restrict_namespaces); in apply_restrict_namespaces()