blob: 90c605eea8921546a4e58f55bccb1d19fbdec88f [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 Cook2d514482011-12-21 12:17:04 -080010 Further information can be found in Documentation/security/Yama.txt.
11
12 If you are unsure how to answer this question, answer N.