diff options
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/Kconfig b/security/Kconfig index 9438535d7fd0..bf129f87de7e 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -55,7 +55,8 @@ config SECURITYFS | |||
55 | bool "Enable the securityfs filesystem" | 55 | bool "Enable the securityfs filesystem" |
56 | help | 56 | help |
57 | This will build the securityfs filesystem. It is currently used by | 57 | This will build the securityfs filesystem. It is currently used by |
58 | the TPM bios character driver. It is not used by SELinux or SMACK. | 58 | the TPM bios character driver and IMA, an integrity provider. It is |
59 | not used by SELinux or SMACK. | ||
59 | 60 | ||
60 | If you are unsure how to answer this question, answer N. | 61 | If you are unsure how to answer this question, answer N. |
61 | 62 | ||
@@ -135,5 +136,7 @@ config SECURITY_DEFAULT_MMAP_MIN_ADDR | |||
135 | source security/selinux/Kconfig | 136 | source security/selinux/Kconfig |
136 | source security/smack/Kconfig | 137 | source security/smack/Kconfig |
137 | 138 | ||
139 | source security/integrity/ima/Kconfig | ||
140 | |||
138 | endmenu | 141 | endmenu |
139 | 142 | ||