/external/toybox/toys/other/ |
nsenter.c | 0 /* nsenter.c - Enter existing namespaces 5 * See http://man7.org/linux/man-pages/man1/nsenter.1.html 15 USE_NSENTER(NEWTOY(nsenter, "<1F(no-fork)t#<1(target)i:(ipc);m:(mount);n:(net);p:(pid);u:(uts);U:(user);", TOYFLAG_USR|TOYFLAG_BIN)) 40 config NSENTER 41 bool "nsenter" 44 usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...
|
/external/toybox/generated/ |
globals.h | 273 // toys/other/nsenter.c 1335 struct nsenter_data nsenter; member in union:global_union
|
newtoys.h | 159 USE_NSENTER(NEWTOY(nsenter, "<1F(no-fork)t#<1(target)i:(ipc);m:(mount);n:(net);p:(pid);u:(uts);U:(user);", TOYFLAG_USR|TOYFLAG_BIN))
|
flags.h | 1701 // nsenter <1F(no-fork)t#<1(target)i:(ipc);m:(mount);n:(net);p:(pid);u:(uts);U:(user); [all...] |
help.h | 157 #define HELP_nsenter "usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...\n\nRun COMMAND in an existing (set of) namespace(s).\n\n-t PID to take namespaces from (--target)\n-F don't fork, even if -p is used (--no-fork)\n\nThe namespaces to switch are:\n\n-i SysV IPC: message queues, semaphores, shared memory (--ipc)\n-m Mount/unmount tree (--mount)\n-n Network address, sockets, routing, iptables (--net)\n-p Process IDs and init, will fork unless -F is used (--pid)\n-u Host and domain names (--uts)\n-U UIDs, GIDs, capabilities (--user)\n\nIf -t isn't specified, each namespace argument must provide a path\nto a namespace file, ala \"-i=/proc/$PID/ns/ipc\"\n\n" [all...] |
/external/toybox/www/ |
index.html | 75 <p>I'm told that debian-testing broke its libc so the nsenter build breaks, 377 Promoted shred, nsenter, and hwclock.</p> 573 mix (promoted with fixes from Isaac Dunham), nsenter (from [all...] |
news.html | 75 <p>I'm told that debian-testing broke its libc so the nsenter build breaks, 377 Promoted shred, nsenter, and hwclock.</p> 573 mix (promoted with fixes from Isaac Dunham), nsenter (from [all...] |
roadmap.html | [all...] |