Searched refs:linuxEnterNs (Results 1 – 5 of 5) sorted by relevance
9 bool linuxEnterNs(uintptr_t cloneFlags) { in linuxEnterNs() function
53 bool linuxEnterNs(uintptr_t cloneFlags);
29 if (linuxEnterNs(CLONE_NEWUSER | CLONE_NEWNET | CLONE_NEWNS) == false) { in unsh()
34 + if (linuxEnterNs(CLONE_NEWUSER | CLONE_NEWNET | CLONE_NEWNS | CLONE_NEWIPC) == false) {
82 + if (linuxEnterNs(CLONE_NEWUSER | CLONE_NEWNET | CLONE_NEWNS | CLONE_NEWIPC) == false) {