Searched refs:CLONE_NEWUTS (Results 1 – 8 of 8) sorted by relevance
97 if (!(flags & CLONE_NEWUTS)) in copy_utsname()164 .type = CLONE_NEWUTS,
140 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()194 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
2736 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
61 if (flags & CLONE_NEWUTS) in copy_utsname()
22 #ifndef CLONE_NEWUTS23 # define CLONE_NEWUTS 0x04000000 macro
42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()