Searched refs:CLONE_NEWUTS (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/kernel/ |
H A D | nsproxy.c | 157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces() 219 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces() 278 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags() 292 if (flags & CLONE_NEWUTS) in check_setns_flags() 446 if (flags & CLONE_NEWUTS) { in validate_nsset()
|
H A D | utsname.c | 97 if (!(flags & CLONE_NEWUTS)) in copy_utsname() 162 .type = CLONE_NEWUTS,
|
H A D | fork.c | 3311 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | sched.h | 29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | sched.h | 29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
|
/openbmc/linux/include/linux/ |
H A D | utsname.h | 61 if (flags & CLONE_NEWUTS) in copy_utsname()
|
/openbmc/linux/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 22 #ifndef CLONE_NEWUTS 23 # define CLONE_NEWUTS 0x04000000 macro
|
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | owner.c | 42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_setns_test.c | 44 [PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, }, 180 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP() 209 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP()
|
/openbmc/qemu/system/ |
H A D | qemu-seccomp.c | 117 FORBID_CLONE_FLAG(CLONE_NEWUTS); 241 RULE_CLONE_FLAG(CLONE_NEWUTS),
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch | 14 CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID, or CLONE_NEWUTS
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1221 #if defined(CLONE_NEWUTS) 1222 FLAG_GENERIC(CLONE_NEWUTS),
|