From owner-cvs-src@FreeBSD.ORG Thu Aug 21 09:22:53 2003 Return-Path: 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 AB41F16A4BF; Thu, 21 Aug 2003 09:22:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B1543F85; Thu, 21 Aug 2003 09:22:53 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7LGMr0U091930; Thu, 21 Aug 2003 09:22:53 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7LGMqNu091929; Thu, 21 Aug 2003 09:22:52 -0700 (PDT) Message-Id: <200308211622.h7LGMqNu091929@repoman.freebsd.org> From: Robert Watson Date: Thu, 21 Aug 2003 09:22:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_stub mac_stub.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 21 Aug 2003 16:22:54 -0000 rwatson 2003/08/21 09:22:52 PDT FreeBSD src repository Modified files: sys/security/mac_stub mac_stub.c Log: Generally rename things to represent the fact that this is now the mac_stub policy and no longer mac_none (as found in the repocopy). Add comment to this effect. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.31 +270 -268 src/sys/security/mac_stub/mac_stub.c