From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <634dfe943e8336054b4bb624596e421c@quanstro.net> From: erik quanstrom Date: Tue, 5 May 2009 11:23:37 -0400 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] problems with redirection in rc Topicbox-Message-UUID: f62bd60c-ead4-11e9-9d60-3106f5b1d025 > yes. it gets around the fact that linux doesn't have per-process namespaces > (well if it does, plan9port doesn't use them), so there's no easy > way to have a different /dev/label for each 9term. linux does have per-process namespaces. unfortunately, since linux security depends on the namespace, you are not allowed to use per process namespaces unless you're the superuser. - erik