Kconfig 615 B

12345678910111213141516171819
  1. config SECURITY_YAMA
  2. bool "Yama support"
  3. depends on SECURITY
  4. default n
  5. help
  6. This selects Yama, which extends DAC support with additional
  7. system-wide security settings beyond regular Linux discretionary
  8. access controls. Currently available is ptrace scope restriction.
  9. Further information can be found in Documentation/security/Yama.txt.
  10. If you are unsure how to answer this question, answer N.
  11. config SECURITY_YAMA_STACKED
  12. bool "Yama stacked with other LSMs"
  13. depends on SECURITY_YAMA
  14. default n
  15. help
  16. When Yama is built into the kernel, force it to stack with the
  17. selected primary LSM.