Home
last modified time | relevance | path

Searched refs:CLONE_NEWNS (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/support/
Dsupport_enter_mount_namespace.c23 #ifdef CLONE_NEWNS
30 #ifdef CLONE_NEWNS in support_enter_mount_namespace()
31 if (unshare (CLONE_NEWNS) == 0) in support_enter_mount_namespace()
Dtest-container.c234 #ifdef CLONE_NEWNS
766 #ifdef CLONE_NEWNS in main()
1058 #ifdef CLONE_NEWNS in main()
1118 #ifdef CLONE_NEWNS in main()
1120 if (unshare (CLONE_NEWUSER | CLONE_NEWNS in main()
1134 else if (require_pidns && unshare (CLONE_NEWUSER | CLONE_NEWNS) >= 0) in main()
Dsupport_become_root.c88 if (unshare (CLONE_NEWUSER | CLONE_NEWNS) == 0) in support_become_root()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-getcwd-smallbuff.c197 if (unshare (CLONE_NEWUSER | CLONE_NEWNS) != 0) in do_test()
212 CLONE_NEWUSER | CLONE_NEWNS | SIGCHLD); in do_test()
Dtst-ttyname.c402 if (unshare (CLONE_NEWNS | CLONE_NEWPID) < 0) in do_in_chroot_2()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsched.h55 # define CLONE_NEWNS 0x00020000 /* Set to create new namespace. */ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.256379 [CLONE_NEWNS](concat_words): New.
DChangeLog.1923307 * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include
24098 * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not