Date: Mon, 27 Oct 2008 17:57:03 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184362 - head/sys/conf Message-ID: <200810271757.m9RHv3Wb047650@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Mon Oct 27 17:57:03 2008 New Revision: 184362 URL: http://svn.freebsd.org/changeset/base/184362 Log: Add the files missed with r184331 to make mac_bsdextended compile again. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Mon Oct 27 17:54:17 2008 (r184361) +++ head/sys/conf/files Mon Oct 27 17:57:03 2008 (r184362) @@ -2194,6 +2194,8 @@ security/mac/mac_sysv_shm.c optional mac security/mac/mac_vfs.c optional mac security/mac_biba/mac_biba.c optional mac_biba security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended +security/mac_bsdextended/ugidfw_system.c optional mac_bsdextended +security/mac_bsdextended/ugidfw_vnode.c optional mac_bsdextended security/mac_ifoff/mac_ifoff.c optional mac_ifoff security/mac_lomac/mac_lomac.c optional mac_lomac security/mac_mls/mac_mls.c optional mac_mls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810271757.m9RHv3Wb047650>