Kconfig (cb5629b10d64a8006622ce3a52bc887d91057d69) | Kconfig (00d7d6f840ddc947237307e022de5e75ded4105f) |
---|---|
1# 2# Security configuration 3# 4 5menu "Security options" 6 7config KEYS 8 bool "Enable access key retention support" --- 121 unchanged lines hidden (view full) --- 130 this protection disabled. 131 132 This value can be changed after boot using the 133 /proc/sys/vm/mmap_min_addr tunable. 134 135 136source security/selinux/Kconfig 137source security/smack/Kconfig | 1# 2# Security configuration 3# 4 5menu "Security options" 6 7config KEYS 8 bool "Enable access key retention support" --- 121 unchanged lines hidden (view full) --- 130 this protection disabled. 131 132 This value can be changed after boot using the 133 /proc/sys/vm/mmap_min_addr tunable. 134 135 136source security/selinux/Kconfig 137source security/smack/Kconfig |
138source security/tomoyo/Kconfig |
|
138 139source security/integrity/ima/Kconfig 140 141endmenu 142 | 139 140source security/integrity/ima/Kconfig 141 142endmenu 143 |