blob: 96b27405558ad75ec1eda0bd9fcbc548e60b613d [file] [log] [blame]
Kees Cook2d514482011-12-21 12:17:04 -08001config SECURITY_YAMA
2 bool "Yama support"
3 depends on SECURITY
Kees Cook2d514482011-12-21 12:17:04 -08004 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.
Kees Cook730daa12015-07-23 18:02:48 -07009 Like capabilities, this security module stacks with other LSMs.
Kees Cook90bb7662017-05-13 04:51:47 -070010 Further information can be found in
11 Documentation/admin-guide/LSM/Yama.rst.
Kees Cook2d514482011-12-21 12:17:04 -080012
13 If you are unsure how to answer this question, answer N.