Kconfig (74d83b7eedab14e4b963a2220ff76f98fa6d4cb8) | Kconfig (f381c272224f5f158f5cff64f8f3481fa0eee8b3) |
---|---|
1# 2# Security configuration 3# 4 5menu "Security options" 6 7config KEYS 8 bool "Enable access key retention support" --- 172 unchanged lines hidden (view full) --- 181 this low address space will need the permission specific to the 182 systems running LSM. 183 184source security/selinux/Kconfig 185source security/smack/Kconfig 186source security/tomoyo/Kconfig 187source security/apparmor/Kconfig 188 | 1# 2# Security configuration 3# 4 5menu "Security options" 6 7config KEYS 8 bool "Enable access key retention support" --- 172 unchanged lines hidden (view full) --- 181 this low address space will need the permission specific to the 182 systems running LSM. 183 184source security/selinux/Kconfig 185source security/smack/Kconfig 186source security/tomoyo/Kconfig 187source security/apparmor/Kconfig 188 |
189source security/integrity/ima/Kconfig | 189source security/integrity/Kconfig |
190 191choice 192 prompt "Default security module" 193 default DEFAULT_SECURITY_SELINUX if SECURITY_SELINUX 194 default DEFAULT_SECURITY_SMACK if SECURITY_SMACK 195 default DEFAULT_SECURITY_TOMOYO if SECURITY_TOMOYO 196 default DEFAULT_SECURITY_APPARMOR if SECURITY_APPARMOR 197 default DEFAULT_SECURITY_DAC --- 32 unchanged lines hidden --- | 190 191choice 192 prompt "Default security module" 193 default DEFAULT_SECURITY_SELINUX if SECURITY_SELINUX 194 default DEFAULT_SECURITY_SMACK if SECURITY_SMACK 195 default DEFAULT_SECURITY_TOMOYO if SECURITY_TOMOYO 196 default DEFAULT_SECURITY_APPARMOR if SECURITY_APPARMOR 197 default DEFAULT_SECURITY_DAC --- 32 unchanged lines hidden --- |