HomeSort by relevance Sort by last modified time
    Searched full:nsenter (Results 1 - 9 of 9) sorted by null

  /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"
45 usage: nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...
  /external/ltp/doc/
namespaces-helper-tools.txt 27 or nsenter(1) from util-linux) required for working with namespaces. The only
  /external/toybox/generated/
globals.h 336 // toys/other/nsenter.c
1436 struct nsenter_data nsenter; member in union:global_union
newtoys.h 164 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     [all...]
help.h 195 #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 588 <p>I'm told that debian-testing broke its libc so the nsenter build breaks,
    [all...]
news.html 588 <p>I'm told that debian-testing broke its libc so the nsenter build breaks,
    [all...]
roadmap.html     [all...]

Completed in 7974 milliseconds