Commit 6807d6b1 authored by Michael A. Halcrow's avatar Michael A. Halcrow Committed by Linus Torvalds

[PATCH] BSD Secure Levels LSM: core

This patch modifies Kconfig and Makefile to support building the BSD
Secure Levels LSM, in addition to the module itself.
Signed-off-by: default avatarMichael A. Halcrow <mahalcro@us.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent cdb16df9
......@@ -73,6 +73,17 @@ config SECURITY_ROOTPLUG
If you are unsure how to answer this question, answer N.
config SECURITY_SECLVL
tristate "BSD Secure Levels"
depends on SECURITY
select CRYPTO_SHA1
help
Implements BSD Secure Levels as an LSM. See
Documentation/seclvl.txt for instructions on how to use this
module.
If you are unsure how to answer this question, answer N.
source security/selinux/Kconfig
endmenu
......
......@@ -16,3 +16,4 @@ obj-$(CONFIG_SECURITY) += security.o dummy.o
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
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment