Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SECURITY_YAMA
0003         bool "Yama support"
0004         depends on SECURITY
0005         default n
0006         help
0007           This selects Yama, which extends DAC support with additional
0008           system-wide security settings beyond regular Linux discretionary
0009           access controls. Currently available is ptrace scope restriction.
0010           Like capabilities, this security module stacks with other LSMs.
0011           Further information can be found in
0012           Documentation/admin-guide/LSM/Yama.rst.
0013 
0014           If you are unsure how to answer this question, answer N.