blob: a810304123ca57033f8d47cf152e28588acc99bd [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Kees Cook2d514482011-12-21 12:17:04 -08002config SECURITY_YAMA
3 bool "Yama support"
4 depends on SECURITY
Kees Cook2d514482011-12-21 12:17:04 -08005 default n
6 help
7 This selects Yama, which extends DAC support with additional
8 system-wide security settings beyond regular Linux discretionary
9 access controls. Currently available is ptrace scope restriction.
Kees Cook730daa12015-07-23 18:02:48 -070010 Like capabilities, this security module stacks with other LSMs.
Kees Cook90bb7662017-05-13 04:51:47 -070011 Further information can be found in
12 Documentation/admin-guide/LSM/Yama.rst.
Kees Cook2d514482011-12-21 12:17:04 -080013
14 If you are unsure how to answer this question, answer N.