Re: [PATCH] BSD Secure Levels LSM (1/3)

From: Chris Wright
Date: Mon Aug 30 2004 - 11:12:15 EST


* Michael Halcrow (mike@xxxxxxxxxx) 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/