Merge tag 'for-linus-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / security / yama / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
2d514487
KC
2config SECURITY_YAMA
3 bool "Yama support"
4 depends on SECURITY
2d514487
KC
5 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.
730daa16 10 Like capabilities, this security module stacks with other LSMs.
90bb7664
KC
11 Further information can be found in
12 Documentation/admin-guide/LSM/Yama.rst.
2d514487
KC
13
14 If you are unsure how to answer this question, answer N.