| Index: security/yama/Kconfig
|
| diff --git a/security/yama/Kconfig b/security/yama/Kconfig
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8c0364656024af936d6fbff0dc03d0f6ebd2f589
|
| --- /dev/null
|
| +++ b/security/yama/Kconfig
|
| @@ -0,0 +1,13 @@
|
| +config SECURITY_YAMA
|
| + bool "Yama NAC Support"
|
| + depends on SECURITY
|
| + select SECURITYFS
|
| + select SECURITY_PATH
|
| + default n
|
| + help
|
| + This selects Yama, the NAKed Access Control system which
|
| + provides additional global security settings above regular
|
| + Linux discretionary access controls. Currently available
|
| + are symlink, hardlink, and PTRACE scope restrictions.
|
| +
|
| + If you are unsure how to answer this question, answer N.
|
|
|