Searched refs:CLONE_NEWUTS (Results 1 – 6 of 6) sorted by relevance
53 #if !(defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS))54 # define CLONE_NEWUTS 0x04000000 macro97 XLAT(CLONE_NEWUTS),
18 CLONE_NEWUTS 0x04000000
26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
87 case CLONE_NEWUTS: in KernelSupportsUnprivilegedNamespace()
118 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;