commit | 8aa527684c837c18621b76f5ef440caa2f05d0b0 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@amacapital.net> | Sun Oct 19 12:08:25 2014 -0500 |
committer | Andy Lutomirski <luto@amacapital.net> | Sun Oct 19 12:08:25 2014 -0500 |
tree | 479762eed3e169c0a84e310897f4273a95788f72 | |
parent | c0854f0955ae35dfc98e762f559e59258142c8b0 [diff] |
nsenter: A tool to use setns(2) This implements all of the namespace parts of nsenter, but UID and GID switching are missing, as are -r and -w (both because they're not strictly necessary and because the nsenter manpage has an insufficient description of how they work).