Kconfig (2d8ad8719591fa803b0d589ed057fa46f49b7155) | Kconfig (f8eb8a1324e81927b2c64823b2fc38386efd3fef) |
---|---|
1config SECURITY_APPARMOR 2 bool "AppArmor support" 3 depends on SECURITY && NET 4 select AUDIT 5 select SECURITY_PATH 6 select SECURITYFS 7 select SECURITY_NETWORK 8 default n --- 15 unchanged lines hidden (view full) --- 24 'apparmor', which allows AppArmor to be enabled or disabled 25 at boot. If this option is set to 0 (zero), the AppArmor 26 kernel parameter will default to 0, disabling AppArmor at 27 boot. If this option is set to 1 (one), the AppArmor 28 kernel parameter will default to 1, enabling AppArmor at 29 boot. 30 31 If you are unsure how to answer this question, answer 1. | 1config SECURITY_APPARMOR 2 bool "AppArmor support" 3 depends on SECURITY && NET 4 select AUDIT 5 select SECURITY_PATH 6 select SECURITYFS 7 select SECURITY_NETWORK 8 default n --- 15 unchanged lines hidden (view full) --- 24 'apparmor', which allows AppArmor to be enabled or disabled 25 at boot. If this option is set to 0 (zero), the AppArmor 26 kernel parameter will default to 0, disabling AppArmor at 27 boot. If this option is set to 1 (one), the AppArmor 28 kernel parameter will default to 1, enabling AppArmor at 29 boot. 30 31 If you are unsure how to answer this question, answer 1. |
32 33config SECURITY_APPARMOR_HASH 34 bool "SHA1 hash of loaded profiles" 35 depends on SECURITY_APPARMOR 36 depends on CRYPTO 37 select CRYPTO_SHA1 38 default y 39 40 help 41 This option selects whether sha1 hashing is done against loaded 42 profiles and exported for inspection to user space via the apparmor 43 filesystem. |
|