From owner-cvs-all@FreeBSD.ORG  Thu Dec 28 21:15:39 2006
Return-Path: <owner-cvs-all@FreeBSD.ORG>
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 588D116A415;
	Thu, 28 Dec 2006 21:15:39 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41])
	by mx1.freebsd.org (Postfix) with ESMTP id 322E413C48D;
	Thu, 28 Dec 2006 21:15:39 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBSLFbhm025218;
	Thu, 28 Dec 2006 21:15:37 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBSLFbCP025217;
	Thu, 28 Dec 2006 21:15:37 GMT (envelope-from rwatson)
Message-Id: <200612282115.kBSLFbCP025217@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 28 Dec 2006 21:15:37 +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_framework.c mac_label.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Dec 2006 21:15:39 -0000

rwatson     2006-12-28 21:15:37 UTC

  FreeBSD src repository

  Modified files:
    sys/security/mac     mac_framework.c mac_label.c 
  Log:
  Move mac_init_label() and mac_destroy_label() from mac_framework.c to
  mac_label.c, and use these instead of replicated code in the label zone
  constructor and destructor.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.131     +0 -19     src/sys/security/mac/mac_framework.c
  1.6       +31 -10    src/sys/security/mac/mac_label.c