From owner-cvs-all@FreeBSD.ORG Thu Aug 21 09:19:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2107216A4BF; Thu, 21 Aug 2003 09:19:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B080143F3F; Thu, 21 Aug 2003 09:19:17 -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 h7LGJH0U089386; Thu, 21 Aug 2003 09:19:17 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7LGJHl9089382; Thu, 21 Aug 2003 09:19:17 -0700 (PDT) Message-Id: <200308211619.h7LGJHl9089382@repoman.freebsd.org> From: Robert Watson Date: Thu, 21 Aug 2003 09:19:17 -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_none mac_none.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 21 Aug 2003 16:19:18 -0000 rwatson 2003/08/21 09:19:17 PDT FreeBSD src repository Modified files: sys/security/mac_none mac_none.c Log: mac_none is now the null policy, not a stub policy, so remove the stubs. Add a pointer to mac_stub, which is now the stub policy. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.30 +5 -1031 src/sys/security/mac_none/mac_none.c