From owner-cvs-all@FreeBSD.ORG Mon Oct 29 13:33:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A79DF16A417; Mon, 29 Oct 2007 13:33:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 928F113C465; Mon, 29 Oct 2007 13:33:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9TDX6BT064485; Mon, 29 Oct 2007 13:33:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9TDX6CA064484; Mon, 29 Oct 2007 13:33:06 GMT (envelope-from rwatson) Message-Id: <200710291333.l9TDX6CA064484@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Oct 2007 13:33:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_bsdextended mac_bsdextended.c src/sys/security/mac_ifoff mac_ifoff.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_partition mac_partition.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 13:33:07 -0000 rwatson 2007-10-29 13:33:06 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_bsdextended mac_bsdextended.c sys/security/mac_ifoff mac_ifoff.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_partition mac_partition.c sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: Resort TrustedBSD MAC Framework policy entry point implementations and declarations to match the object, operation sort order in the framework itself. Obtained from: TrustedBSD Project Revision Changes Path 1.117 +1227 -1219 src/sys/security/mac_biba/mac_biba.c 1.42 +4 -0 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.16 +4 -0 src/sys/security/mac_ifoff/mac_ifoff.c 1.62 +916 -909 src/sys/security/mac_lomac/mac_lomac.c 1.98 +1180 -1173 src/sys/security/mac_mls/mac_mls.c 1.22 +81 -77 src/sys/security/mac_partition/mac_partition.c 1.18 +8 -8 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.79 +492 -479 src/sys/security/mac_stub/mac_stub.c 1.90 +1272 -1259 src/sys/security/mac_test/mac_test.c