From owner-p4-projects@FreeBSD.ORG Mon Nov 3 12:09:52 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B9DFF16A4D0; Mon, 3 Nov 2003 12:09:51 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9398916A4CE for ; Mon, 3 Nov 2003 12:09:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE8B43FAF for ; Mon, 3 Nov 2003 12:09:51 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA3K9oXJ079104 for ; Mon, 3 Nov 2003 12:09:50 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA3K9n7K079101 for perforce@freebsd.org; Mon, 3 Nov 2003 12:09:49 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 3 Nov 2003 12:09:49 -0800 (PST) Message-Id: <200311032009.hA3K9n7K079101@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 41227 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 20:09:52 -0000 http://perforce.freebsd.org/chv.cgi?CH=41227 Change 41227 by rwatson@rwatson_tislabs on 2003/11/03 12:09:04 mac_support.4 with very poor formatting represents the beginning of an attempt to more formally document support for various FreeBSD features in combination with MAC. Affected files ... .. //depot/projects/trustedbsd/mac/share/man/man4/Makefile#34 edit .. //depot/projects/trustedbsd/mac/share/man/man4/mac.4#7 edit .. //depot/projects/trustedbsd/mac/share/man/man4/mac_support.4#1 add Differences ... ==== //depot/projects/trustedbsd/mac/share/man/man4/Makefile#34 (text+ko) ==== @@ -128,6 +128,7 @@ mac_partition.4 \ mac_portacl.4 \ mac_seeotheruids.4 \ + mac_support.4 \ mac_stub.4 \ mac_test.4 \ mouse.4 \ ==== //depot/projects/trustedbsd/mac/share/man/man4/mac.4#7 (text+ko) ==== @@ -48,6 +48,9 @@ they cannot override traditional .Ux security provisions such as file permissions and superuser checks. +Support (and non-support) for a variety of kernel features is documented +in +.Xr mac_support 4 . .Pp Currently, the following MAC policy modules are shipped with .Fx : @@ -247,6 +250,7 @@ .Xr mac_partition 4 , .Xr mac_portacl 4 , .Xr mac_seeotheruids 4 , +.Xr max_support 4 , .Xr mac_test 4 , .Xr login.conf 5 , .Xr maclabel 7 ,