mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
12 lines
356 B
Text
12 lines
356 B
Text
|
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.
|