On Tue, Dec 14, 2010 at 01:00:33PM +0000, Steve Simon wrote: > Is there a way to hook into the napespace of factotum (I beleive there was a kernel > patch to make /proc/??/ns writable which should do it but I was hoping for a solution > that just used "a clever plan9 trick" I needed read access to this namespace and so bound an exportfs in /srv as one of the last lines of cpurc. You could spawn an agent which was prepared to receive, over a /srv pipe, the name of a /srv pipe and mount it over /net.alt. Note that this trick clutters /srv fast, but if you only need to apply it once... --nwf;