From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1aac8590e5d726419683d3f01a9d11f1@quanstro.net> From: erik quanstrom Date: Tue, 2 Dec 2008 19:07:25 -0500 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] How to implement a moral equivalent of automounter in Plan9? Topicbox-Message-UUID: 560df808-ead4-11e9-9d60-3106f5b1d025 > None of these questions are any different in this > context than if there was simply some other process > sharing the name space and doing the same manipulations. > currently one can prevent external changes to a namespace by creating a unique ns with rfork. if /proc/$pid/ns were writable, one would not not be possible without yet another mechanism. - erik