hc
2023-10-25 6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
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.
     Like capabilities, this security module stacks with other LSMs.
     Further information can be found in
     Documentation/admin-guide/LSM/Yama.rst.
 
     If you are unsure how to answer this question, answer N.