From owner-cvs-src@FreeBSD.ORG Wed Oct 5 10:31:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09ADF16A422; Wed, 5 Oct 2005 10:31:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF52B43D46; Wed, 5 Oct 2005 10:31:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j95AV5Fw025732; Wed, 5 Oct 2005 10:31:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j95AV5IJ025731; Wed, 5 Oct 2005 10:31:05 GMT (envelope-from rwatson) Message-Id: <200510051031.j95AV5IJ025731@repoman.freebsd.org> From: Robert Watson Date: Wed, 5 Oct 2005 10:31:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern init_main.c src/sys/security/mac mac_vfs.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_stub mac_stub.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 10:31:06 -0000 rwatson 2005-10-05 10:31:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern init_main.c sys/security/mac mac_vfs.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Merge init_main.c:1.258, mac_vfs.c:1.110, mac_biba.c:1.89, mac_lomac.c:1.37, mac_mls.c:1.74, mac_stub.c:1.55, mac_test.c:1.62, mac.h:1.69, mac_policy.h:1.70 from HEAD to RELENG_6: Remove mac_create_root_mount() and mpo_create_root_mount(), which provided access to the root file system before the start of the init process. This was used briefly by SEBSD before it knew about preloading data in the loader, and using that method to gain access to data earlier results in fewer inconsistencies in the approach. Policy modules still have access to the root file system creation event through the mac_create_mount() entry point. Removed now, and will be removed from RELENG_6, in order to gain third party policy dependencies on the entry point for the lifetime of the 6.x branch. Obtained from: TrustedBSD Project Submitted by: Chris Vance Approved by: re (scottl) Revision Changes Path 1.256.2.2 +0 -4 src/sys/kern/init_main.c 1.108.2.2 +0 -8 src/sys/security/mac/mac_vfs.c 1.87.2.3 +0 -14 src/sys/security/mac_biba/mac_biba.c 1.35.2.3 +0 -14 src/sys/security/mac_lomac/mac_lomac.c 1.72.2.3 +0 -14 src/sys/security/mac_mls/mac_mls.c 1.52.2.4 +0 -8 src/sys/security/mac_stub/mac_stub.c 1.60.2.3 +0 -11 src/sys/security/mac_test/mac_test.c 1.67.2.2 +0 -1 src/sys/sys/mac.h 1.66.2.3 +0 -2 src/sys/sys/mac_policy.h