From owner-freebsd-arch@FreeBSD.ORG Mon Aug 25 04:50:32 2008 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F591065685; Mon, 25 Aug 2008 04:50:32 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp14.yandex.ru (smtp14.yandex.ru [77.88.32.84]) by mx1.freebsd.org (Postfix) with ESMTP id D08FE8FC14; Mon, 25 Aug 2008 04:50:31 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:2553 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S5178776AbYHYEuY (ORCPT + 2 others); Mon, 25 Aug 2008 08:50:24 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp14 X-Yandex-TimeMark: 1219639824 X-MsgDayCount: 12 X-Comment: RFC 2476 MSA function at smtp14.yandex.ru logged sender identity as: bu7cher Message-ID: <48B23A0E.1030700@yandex.ru> Date: Mon, 25 Aug 2008 08:50:22 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Ivan Voras References: <20080822150020.GA57443@lor.one-eyed-alien.net> <9bbcef730808220802pa84b597u457100a23b03a80c@mail.gmail.com> <20080822153945.GC57443@lor.one-eyed-alien.net> <9bbcef730808220853q22666b44n5ca2b7add991191f@mail.gmail.com> In-Reply-To: <9bbcef730808220853q22666b44n5ca2b7add991191f@mail.gmail.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Brooks Davis , freebsd-arch@freebsd.org Subject: Re: Magic symlinks redux X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2008 04:50:32 -0000 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