From owner-cvs-src@FreeBSD.ORG Wed Dec 13 06:03:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6893716A407; Wed, 13 Dec 2006 06:03:23 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCD443CA7; Wed, 13 Dec 2006 06:01:55 +0000 (GMT) (envelope-from csjp@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 kBD63M1v067484; Wed, 13 Dec 2006 06:03:22 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBD63McQ067483; Wed, 13 Dec 2006 06:03:22 GMT (envelope-from csjp) Message-Id: <200612130603.kBD63McQ067483@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 13 Dec 2006 06:03:22 +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_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 13 Dec 2006 06:03:23 -0000 csjp 2006-12-13 06:03:22 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c Log: Teach the MAC policies which utilize mbuf labeling the new syncache entry points. Properly initialize the mbuf label based on the label we copy from the PCB. This fixes an LOR between the PCB and syncache code. Revision Changes Path 1.96 +25 -0 src/sys/security/mac_biba/mac_biba.c 1.43 +25 -0 src/sys/security/mac_lomac/mac_lomac.c 1.79 +25 -0 src/sys/security/mac_mls/mac_mls.c