aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorMimi Zohar <zohar@linux.vnet.ibm.com>2013-03-18 14:48:02 -0400
committerMimi Zohar <zohar@linux.vnet.ibm.com>2013-06-20 07:47:49 -0400
commitd726d8d719b6ac919cc4d5cae73831a2ffe36118 (patch)
tree1200a3ca3f60096a3ef7b6af6998c453bb13844b /Documentation/kernel-parameters.txt
parent37ec43cdc4c776bd39aae469fdfa494bdf0344c7 (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 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index c3bfacb92910..cb5daa1cd605 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1129,11 +1129,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1129 The builtin appraise policy appraises all files 1129 The builtin appraise policy appraises all files
1130 owned by uid=0. 1130 owned by uid=0.
1131 1131
1132 ima_audit= [IMA]
1133 Format: { "0" | "1" }
1134 0 -- integrity auditing messages. (Default)
1135 1 -- enable informational integrity auditing messages.
1136
1137 ima_hash= [IMA] 1132 ima_hash= [IMA]
1138 Format: { "sha1" | "md5" } 1133 Format: { "sha1" | "md5" }
1139 default: "sha1" 1134 default: "sha1"
@@ -1158,6 +1153,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1158 inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver 1153 inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver
1159 Format: <irq> 1154 Format: <irq>
1160 1155
1156 integrity_audit=[IMA]
1157 Format: { "0" | "1" }
1158 0 -- basic integrity auditing messages. (Default)
1159 1 -- additional integrity auditing messages.
1160
1161 intel_iommu= [DMAR] Intel IOMMU driver (DMAR) option 1161 intel_iommu= [DMAR] Intel IOMMU driver (DMAR) option
1162 on 1162 on
1163 Enable intel iommu driver. 1163 Enable intel iommu driver.