Kconfig and Makefile

TOMOYO uses LSM hooks for pathname based access control and securityfs support.

Signed-off-by: Kentaro Takeda <takedakn@nttdata.co.jp>
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
此提交包含在:
Kentaro Takeda
2009-02-05 17:18:17 +09:00
提交者 James Morris
父節點 f743324377
當前提交 00d7d6f840
共有 4 個檔案被更改,包括 15 行新增0 行删除

11
security/tomoyo/Kconfig 一般檔案
查看文件

@@ -0,0 +1,11 @@
config SECURITY_TOMOYO
bool "TOMOYO Linux Support"
depends on SECURITY
select SECURITYFS
select SECURITY_PATH
default n
help
This selects TOMOYO Linux, pathname-based access control.
Required userspace tools and further information may be
found at <http://tomoyo.sourceforge.jp/>.
If you are unsure how to answer this question, answer N.

1
security/tomoyo/Makefile 一般檔案
查看文件

@@ -0,0 +1 @@
obj-y = common.o realpath.o tomoyo.o domain.o file.o