[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1318595342.6132.67.camel@x61.thuisdomein>
Date: Fri, 14 Oct 2011 14:29:02 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Kentaro Takeda <takedakn@...data.co.jp>,
Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 10/21] tomoyo: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
security/tomoyo/Kconfig | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/security/tomoyo/Kconfig b/security/tomoyo/Kconfig
index 7c7f8c1..d93df71 100644
--- a/security/tomoyo/Kconfig
+++ b/security/tomoyo/Kconfig
@@ -10,30 +10,6 @@ config SECURITY_TOMOYO
found at <http://tomoyo.sourceforge.jp/>.
If you are unsure how to answer this question, answer N.
-config SECURITY_TOMOYO_MAX_ACCEPT_ENTRY
- int "Default maximal count for learning mode"
- default 2048
- range 0 2147483647
- depends on SECURITY_TOMOYO
- help
- This is the default value for maximal ACL entries
- that are automatically appended into policy at "learning mode".
- Some programs access thousands of objects, so running
- such programs in "learning mode" dulls the system response
- and consumes much memory.
- This is the safeguard for such programs.
-
-config SECURITY_TOMOYO_MAX_AUDIT_LOG
- int "Default maximal count for audit log"
- default 1024
- range 0 2147483647
- depends on SECURITY_TOMOYO
- help
- This is the default value for maximal entries for
- audit logs that the kernel can hold on memory.
- You can read the log via /sys/kernel/security/tomoyo/audit.
- If you don't need audit logs, you may set this value to 0.
-
config SECURITY_TOMOYO_OMIT_USERSPACE_LOADER
bool "Activate without calling userspace policy loader."
default n
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists