aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/Kconfig
blob: c8f385793235189d2534670dc811bc401dfed47d (plain)
1
2
3
4
5
6
7
8
9
10
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.