Date: Wed, 13 Dec 2006 06:03:22 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200612130603.kBD63McQ067483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612130603.kBD63McQ067483>