2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-12-21 20:17:04 +00:00
|
|
|
config SECURITY_YAMA
|
|
|
|
bool "Yama support"
|
|
|
|
depends on SECURITY
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This selects Yama, which extends DAC support with additional
|
|
|
|
system-wide security settings beyond regular Linux discretionary
|
|
|
|
access controls. Currently available is ptrace scope restriction.
|
2015-07-24 01:02:48 +00:00
|
|
|
Like capabilities, this security module stacks with other LSMs.
|
2017-05-13 11:51:47 +00:00
|
|
|
Further information can be found in
|
|
|
|
Documentation/admin-guide/LSM/Yama.rst.
|
2011-12-21 20:17:04 +00:00
|
|
|
|
|
|
|
If you are unsure how to answer this question, answer N.
|