diff options
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2013-03-18 14:48:02 -0400 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2013-06-20 07:47:49 -0400 |
commit | d726d8d719b6ac919cc4d5cae73831a2ffe36118 (patch) | |
tree | 1200a3ca3f60096a3ef7b6af6998c453bb13844b /security/integrity/Kconfig | |
parent | 37ec43cdc4c776bd39aae469fdfa494bdf0344c7 (diff) |
integrity: move integrity_audit_msg()
This patch moves the integrity_audit_msg() function and defintion to
security/integrity/, the parent directory, renames the 'ima_audit'
boot command line option to 'integrity_audit', and fixes the Kconfig
help text to reflect the actual code.
Changelog:
- Fixed ifdef inclusion of integrity_audit_msg() (Fengguang Wu)
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'security/integrity/Kconfig')
-rw-r--r-- | security/integrity/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/integrity/Kconfig b/security/integrity/Kconfig index 4bb3a775a996..245c6d92065b 100644 --- a/security/integrity/Kconfig +++ b/security/integrity/Kconfig | |||
@@ -17,6 +17,21 @@ config INTEGRITY_SIGNATURE | |||
17 | This is useful for evm and module keyrings, when keys are | 17 | This is useful for evm and module keyrings, when keys are |
18 | usually only added from initramfs. | 18 | usually only added from initramfs. |
19 | 19 | ||
20 | config INTEGRITY_AUDIT | ||
21 | bool "Enables integrity auditing support " | ||
22 | depends on INTEGRITY && AUDIT | ||
23 | default y | ||
24 | help | ||
25 | In addition to enabling integrity auditing support, this | ||
26 | option adds a kernel parameter 'integrity_audit', which | ||
27 | controls the level of integrity auditing messages. | ||
28 | 0 - basic integrity auditing messages (default) | ||
29 | 1 - additional integrity auditing messages | ||
30 | |||
31 | Additional informational integrity auditing messages would | ||
32 | be enabled by specifying 'integrity_audit=1' on the kernel | ||
33 | command line. | ||
34 | |||
20 | config INTEGRITY_ASYMMETRIC_KEYS | 35 | config INTEGRITY_ASYMMETRIC_KEYS |
21 | boolean "Enable asymmetric keys support" | 36 | boolean "Enable asymmetric keys support" |
22 | depends on INTEGRITY_SIGNATURE | 37 | depends on INTEGRITY_SIGNATURE |