From owner-cvs-all Wed Jul 31 18:33:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1721537B400; Wed, 31 Jul 2002 18:33:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB2A43E31; Wed, 31 Jul 2002 18:33:12 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g711XCJU090082; Wed, 31 Jul 2002 18:33:12 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g711XC2D090081; Wed, 31 Jul 2002 18:33:12 -0700 (PDT) Message-Id: <200208010133.g711XC2D090081@freefall.freebsd.org> From: Robert Watson Date: Wed, 31 Jul 2002 18:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.h pseudofs_vnops.c src/sys/modules/pseudofs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/07/31 18:33:12 PDT Modified files: sys/fs/pseudofs pseudofs.h pseudofs_vnops.c sys/modules/pseudofs Makefile Log: Introduce support for Mandatory Access Control and extensible kernel access control. Modify pseudofs so that it can support synthetic file systems with the multilabel flag set. In particular, implement vop_refreshlabel() as pn_refreshlabel(). Implement pfs_refreshlabel() to invoke this, and have it fall back to the mount label if the file system does not implement pn_refreshlabel() for the node. Otherwise, permit the file system to determine how the service is provided. Approved by: des Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.20 +10 -0 src/sys/fs/pseudofs/pseudofs.h 1.30 +50 -0 src/sys/fs/pseudofs/pseudofs_vnops.c 1.3 +2 -1 src/sys/modules/pseudofs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message