blob: 3123e1da2fedb037a55077884d84461ac5971b1b [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.
9 Further information can be found in Documentation/security/Yama.txt.
10
11 If you are unsure how to answer this question, answer N.
Kees Cookc6993e42012-09-04 13:32:13 -070012
13config SECURITY_YAMA_STACKED
14 bool "Yama stacked with other LSMs"
15 depends on SECURITY_YAMA
16 default n
17 help
18 When Yama is built into the kernel, force it to stack with the
19 selected primary LSM.