Date: Tue, 4 Apr 2006 13:28:01 +0100 (BST) From: Robert Watson <rwatson@FreeBSD.org> To: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> Cc: "Marc G. Fournier" <scrappy@hub.org>, pjd@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@freebsd.org, Julian Elischer <julian@elischer.org> Subject: Re: new feature: private IPC for every jail Message-ID: <20060404132647.E76562@fledge.watson.org> In-Reply-To: <20060404151508.P73219@atlantis.atlantis.dp.ua> References: <20060403003318.K947@ganymede.hub.org> <20060403163220.F36756@fledge.watson.org> <44317A45.9000504@elischer.org> <20060404151508.P73219@atlantis.atlantis.dp.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Apr 2006, Dmitry Pryanishnikov wrote: > However, I can't find info whether "/" is legal as the 1st character of IPC > object ID. If yes, we should use another prefix. This approach won't work if > there are no restriction on IPC object IDs 1st character. Are there any? System V IPC object name spaces aren't string-based, you may be thinking of the POSIX IPC primitives, which while having string-based names, are deficient in other ways, such as using non-hierarchal names. Robert N M Watson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060404132647.E76562>