You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
|
|
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.
|