From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: erik quanstrom Date: Sat, 3 Jan 2009 16:46:47 -0500 In-Reply-To: <1231019050.11463.209.camel@goose.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] directly opening Plan9 devices Topicbox-Message-UUID: 76aaa764-ead4-11e9-9d60-3106f5b1d025 > while replying to Nathaniel's post it dawned on > me that something like this: > open("#c/cons", OWRITE|OCEXEC); > completely breaks the paradigm of namespaces. > > IOW, if I wanted to construct a namespace with > a specially crafted server offering /dev/cons, > the above would easily break out of that jail. see RFNOMNT in rfork(2). - erik