mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
14 lines
455 B
Text
14 lines
455 B
Text
|
config SECURITY_YAMA
|
||
|
bool "Yama support"
|
||
|
depends on SECURITY
|
||
|
select SECURITYFS
|
||
|
select SECURITY_PATH
|
||
|
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.
|
||
|
Further information can be found in Documentation/security/Yama.txt.
|
||
|
|
||
|
If you are unsure how to answer this question, answer N.
|