Searched refs:CLONE_NEWUTS (Results 1 – 5 of 5) sorted by relevance
29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
22 #ifndef CLONE_NEWUTS23 # define CLONE_NEWUTS 0x04000000 macro
45 …[PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, PIDFD_GET_UTS_NAMESPACE, …184 if (self->nsfds[PIDFD_NS_UTS] >= 0 && unshare(CLONE_NEWUTS) < 0) { in FIXTURE_SETUP()238 if (self->nsfds[PIDFD_NS_UTS] >= 0 && unshare(CLONE_NEWUTS) < 0) { in FIXTURE_SETUP()
1223 ret = unshare(CLONE_NEWUTS); in test_namespace()1244 ret = setns(original_ns, CLONE_NEWUTS); in test_namespace()
Completed in 11 milliseconds