config SECURITY_TOMOYO
	bool "TOMOYO Linux support"
	depends on SECURITY && AUDIT
	help
	  Say Y here to support TOMOYO Linux.

	  TOMOYO Linux is applicable to figuring out the system's behavior,
	  for TOMOYO uses the canonicalized absolute pathnames and
	  TreeView style domain transitions.

config TOMOYO_MAX_ACCEPT_ENTRY
	int "Default maximal count for accept 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 "accept mode".
	  Some programs access thousands of objects, so running
	  such programs in "accept mode" dulls the system response
	  and consumes much memory.
	  This is the safeguard for such programs.
