[Toybox] [PATCH] add pid namespaces flag to unshare

2013-08-27 Thread hhm
this patch adds the ability to work with PID namespaces with the unshare utility. Following, for reference... http://man7.org/linux/man-pages/man1/unshare.1.html http://man7.org/linux/man-pages/man2/clone.2.html http://man7.org/linux/man-pages/man2/unshare.2.html P.S. Another useful tool is

Re: [Toybox] [PATCH] add pid namespaces flag to unshare

2013-08-27 Thread hhm
User namespaces too. Should have just put this all into one patch... sorry :-) By the way; should any non- CLONE_NEW* unshare(2) http://man7.org/linux/man-pages/man2/unshare.2.html flags be added too? util-linux does not add them, but they could be useful, if I understand properly, however I am

Re: [Toybox] Fwd: [New Toy - patch] add ps watch

2013-08-27 Thread David Seikel
On Wed, 21 Aug 2013 11:52:25 -0500 Rob Landley r...@landley.net wrote: On 08/21/2013 06:47:34 AM, David Seikel wrote: On Wed, 21 Aug 2013 02:11:39 -0500 Rob Landley r...@landley.net wrote: On 08/20/2013 11:15:42 PM, David Seikel wrote: On Tue, 20 Aug 2013 15:55:24 -0500 Rob