Searched refs:CLONE_NEWUSER (Results 1 – 4 of 4) sorted by relevance
14 if unshare_flags & CloneFlags::CLONE_NEWUSER.bits() != 0 { in sys_unshare()
71 clone_flags: CloneFlags::CLONE_NEWUSER, in new()
67 | CloneFlags::CLONE_NEWUSER in check_unshare_flags()
71 const CLONE_NEWUSER = 0x10000000; constant351 || clone_flags == (CloneFlags::CLONE_NEWUSER | CloneFlags::CLONE_FS) in copy_process()376 && clone_flags.contains(CloneFlags::CLONE_NEWUSER | CloneFlags::CLONE_NEWPID) in copy_process()