1 # SPDX-License-Identifier: GPL-2.0-only << 2 config SECURITY_YAMA 1 config SECURITY_YAMA 3 bool "Yama support" 2 bool "Yama support" 4 depends on SECURITY 3 depends on SECURITY >> 4 select SECURITYFS >> 5 select SECURITY_PATH 5 default n 6 default n 6 help 7 help 7 This selects Yama, which extends DAC 8 This selects Yama, which extends DAC support with additional 8 system-wide security settings beyond 9 system-wide security settings beyond regular Linux discretionary 9 access controls. Currently available 10 access controls. Currently available is ptrace scope restriction. 10 Like capabilities, this security mod !! 11 Further information can be found in Documentation/security/Yama.txt. 11 Further information can be found in << 12 Documentation/admin-guide/LSM/Yama.r << 13 12 14 If you are unsure how to answer this 13 If you are unsure how to answer this question, answer N. >> 14 >> 15 config SECURITY_YAMA_STACKED >> 16 bool "Yama stacked with other LSMs" >> 17 depends on SECURITY_YAMA >> 18 default n >> 19 help >> 20 When Yama is built into the kernel, force it to stack with the >> 21 selected primary LSM.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.