From owner-cvs-all@FreeBSD.ORG Tue Oct 23 14:12:16 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 E74FE16A41B; Tue, 23 Oct 2007 14:12:16 +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 CEC2713C491; Tue, 23 Oct 2007 14:12:16 +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 l9NECGHn063857; Tue, 23 Oct 2007 14:12:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9NECGC4063856; Tue, 23 Oct 2007 14:12:16 GMT (envelope-from rwatson) Message-Id: <200710231412.l9NECGC4063856@repoman.freebsd.org> From: Robert Watson Date: Tue, 23 Oct 2007 14:12:16 +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 mac_policy.h 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: Tue, 23 Oct 2007 14:12:17 -0000 rwatson 2007-10-23 14:12:16 UTC FreeBSD src repository Modified files: sys/security/mac mac_policy.h Log: Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4 will include significant synchronization to the Mac OS X Leopard version of the MAC Framework. Obtained from: TrustedBSD Project Revision Changes Path 1.96 +2 -1 src/sys/security/mac/mac_policy.h