TOMOYO Linux is placed in security/tomoyo .

Signed-off-by: Kentaro Takeda <[EMAIL PROTECTED]>
Signed-off-by: Tetsuo Handa <[EMAIL PROTECTED]>
 security/Kconfig         |    1 +
 security/Makefile        |    1 +
 security/tomoyo/Kconfig  |   26 ++++++++++++++++++++++++++
 security/tomoyo/Makefile |    2 ++
 4 files changed, 30 insertions(+)

--- linux-2.6-mm.orig/security/Kconfig  2007-11-14 15:12:08.000000000 +0900
+++ linux-2.6-mm/security/Kconfig       2007-11-14 15:15:44.000000000 +0900
@@ -104,6 +104,7 @@ config SECURITY_ROOTPLUG
          If you are unsure how to answer this question, answer N.
 
 source security/selinux/Kconfig
+source security/tomoyo/Kconfig
 
 endmenu
 
--- linux-2.6-mm.orig/security/Makefile 2007-10-10 05:31:38.000000000 +0900
+++ linux-2.6-mm/security/Makefile      2007-11-14 15:15:44.000000000 +0900
@@ -16,3 +16,4 @@ obj-$(CONFIG_SECURITY)                        += security.o d
 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_TOMOYO)           += tomoyo/
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++ linux-2.6-mm/security/tomoyo/Kconfig        2007-11-14 15:15:44.000000000 
+0900
@@ -0,0 +1,26 @@
+config SECURITY_TOMOYO
+       bool "TOMOYO Linux support"
+       depends on SECURITY
+       select SECURITY_NETWORK
+       default n
+       help
+         This selects TOMOYO Linux.
+
+         TOMOYO Linux is a domain-based access control method using LSM.
+         If you answer Y, you will need a policy loader program
+         (/sbin/tomoyo-init) and some configuration files.
+         You can get them from
+         <http://tomoyo.sourceforge.jp/en/2.1.x/>
+
+         TOMOYO Linux is also applicable to figuring out the behavior
+         of your system, for TOMOYO uses the canonicalized absolute
+         pathnames and TreeView style domain transitions.
+
+config SECURITY_TOMOYO_USE_AUDITD
+       bool "Use standard auditing subsystem"
+       depends on SECURITY_TOMOYO && AUDIT
+       default y
+       help
+         This makes messages sent to auditing subsystem.
+
+         If you say 'N' here, messages will be sent to printk().
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++ linux-2.6-mm/security/tomoyo/Makefile       2007-11-14 15:15:44.000000000 
+0900
@@ -0,0 +1,2 @@
+obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo.o domain.o common.o realpath.o audit.o 
file.o exec.o net.o mount.o signal.o capability.o condition.o
+EXTRA_CFLAGS += -Isecurity/tomoyo/include

-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to