Date: Mon, 25 Aug 2008 08:50:22 +0400 From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: Ivan Voras <ivoras@freebsd.org> Cc: Brooks Davis <brooks@freebsd.org>, freebsd-arch@freebsd.org Subject: Re: Magic symlinks redux Message-ID: <48B23A0E.1030700@yandex.ru> In-Reply-To: <9bbcef730808220853q22666b44n5ca2b7add991191f@mail.gmail.com> References: <g8kv7v$sp2$1@ger.gmane.org> <20080822150020.GA57443@lor.one-eyed-alien.net> <9bbcef730808220802pa84b597u457100a23b03a80c@mail.gmail.com> <20080822153945.GC57443@lor.one-eyed-alien.net> <9bbcef730808220853q22666b44n5ca2b7add991191f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Ivan Voras wrote: > Firstly, it might be useless for your purpose but there are others. > > If you read the NetBSD's documentation about magiclinks, you'll see > this set of supported variables: Originally I wanted to implement 4 layers: 1. System-wide (jail-wide)(global for all jails etc). Only root can set variables in this layer. 2. Kernel-wide. Variables in this layer can be set from KLD's. Some KPI needed for setting these variables (also all netbsd-like variables can be implemented in this layer). Superuser can override these variables via system-wide layer. 3. Per-user. 4. Per-process. -- WBR, Andrey V. Elsukov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48B23A0E.1030700>