Messages in this thread |  | | | Date | Mon, 30 Aug 2004 09:08:54 -0700 | | From | Chris Wright <> | | Subject | Re: [PATCH] BSD Secure Levels LSM (1/3) |
| |
* Michael Halcrow (mike@halcrow.us) wrote:
> +config SECURITY_STACKER > + tristate "Stacker" > + depends on SECURITY > + help > + Implements LSM stacker. > + > source security/selinux/Kconfig > > endmenu > --- linux-2.6.8-rc3/security/Makefile 2004-06-16 00:19:43.000000000 -0500 > +++ linux-2.6.8-rc3_seclvl/security/Makefile 2004-08-30 08:35:02.000000000 -0500 > @@ -15,3 +15,5 @@ > obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o > obj-$(CONFIG_SECURITY_CAPABILITIES) += commoncap.o capability.o > obj-$(CONFIG_SECURITY_ROOTPLUG) += commoncap.o root_plug.o > +obj-$(CONFIG_SECURITY_SECLVL) += seclvl.o > +obj-$(CONFIG_SECURITY_STACKER) += stacker.o
Looks like some extra stacker bits snuck in. Unused, correct?
thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |