From owner-freebsd-afs@FreeBSD.ORG Tue Feb 26 06:40:50 2008 Return-Path: Delivered-To: afs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ADFB16A407; Tue, 26 Feb 2008 06:40:50 +0000 (UTC) (envelope-from tol@stacken.kth.se) Received: from smtp-1.sys.kth.se (smtp-1.sys.kth.se [130.237.32.175]) by mx1.freebsd.org (Postfix) with ESMTP id EC44213C457; Tue, 26 Feb 2008 06:40:49 +0000 (UTC) (envelope-from tol@stacken.kth.se) Received: from localhost (localhost [127.0.0.1]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 59552155BC0; Tue, 26 Feb 2008 07:40:17 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([127.0.0.1]) by localhost (smtp-1.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CSA-Hxka6jhT; Tue, 26 Feb 2008 07:40:14 +0100 (CET) Received: from [213.89.106.189] (c213-89-106-189.bredband.comhem.se [213.89.106.189]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 82012155BBB; Tue, 26 Feb 2008 07:40:14 +0100 (CET) From: Tomas Olsson To: Robert Watson In-Reply-To: <20080225211424.U46736@fledge.watson.org> References: <20080216035658.W93919@fledge.watson.org> <1203286882.16414.3.camel@heterodyne.kaj> <20080218012608.V96329@fledge.watson.org> <20080222125207.GD38141@hamlet.setfilepointer.com> <20080223092516.O23969@fledge.watson.org> <20080223102922.GF38141@hamlet.setfilepointer.com> <20080223110549.GG38141@hamlet.setfilepointer.com> <20080223161249.GH38141@hamlet.setfilepointer.com> <1203788012.4065.10.camel@hippo.t.nxs.se> <1203893910.4068.14.camel@hippo.t.nxs.se> <20080225211424.U46736@fledge.watson.org> Content-Type: text/plain Date: Tue, 26 Feb 2008 07:40:10 +0100 Message-Id: <1204008010.4017.6.camel@hippo.t.nxs.se> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Content-Transfer-Encoding: 7bit Cc: Alec Kloss , afs@FreeBSD.org, arla-drinkers@stacken.kth.se Subject: Re: Patches to get Arla running on FreeBSD 8-CURRENT X-BeenThere: freebsd-afs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: The Andrew File System and FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 06:40:50 -0000 On Mon, 2008-02-25 at 21:19 +0000, Robert Watson wrote: > On Sun, 24 Feb 2008, Tomas Olsson wrote: > > 1) appl/fs/fs_local.h: would that break `fs nnpfsdeb all`? > > [...] > If I've done (1) correctly then, in practice, it shouldn't change things at > all, except that on FreeBSD 7.x and higher, it will use the priv(9) interface > to check for privilege rather than suser(9). While there are plans for > further privilege semantic changes, the interface change so far is actually a > syntactic change -- the policy remains the same, but information about the > check is managed differently, hence the change to the interface. This is a > precursor to more fine-grained privileges in the kernel. > Actually, I was thinking of the userland side; I do hope fs_local.h isn't included in the kernel things. fs_nnpfsdebug.c seems to rely on HAVE_XDEBDEV etc, but perhaps that should be changed anyway. /t