Home
last modified time | relevance | path

Searched refs:seccomp_restrict_namespaces (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dseccomp-util.h95 int seccomp_restrict_namespaces(unsigned long retain);
Dseccomp-util.c1209 int seccomp_restrict_namespaces(unsigned long retain) { in seccomp_restrict_namespaces() function
/systemd-251/src/test/
Dtest-seccomp.c309 assert_se(seccomp_restrict_namespaces(CLONE_NEWNS|CLONE_NEWNET) >= 0); in TEST()
/systemd-251/src/core/
Dexecute.c1695 return seccomp_restrict_namespaces(c->restrict_namespaces); in apply_restrict_namespaces()