aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index d8362cf9909e..8cc40a1bee06 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -44,6 +44,7 @@ parameter is applicable:
44 FB The frame buffer device is enabled. 44 FB The frame buffer device is enabled.
45 HW Appropriate hardware is enabled. 45 HW Appropriate hardware is enabled.
46 IA-64 IA-64 architecture is enabled. 46 IA-64 IA-64 architecture is enabled.
47 IMA Integrity measurement architecture is enabled.
47 IOSCHED More than one I/O scheduler is enabled. 48 IOSCHED More than one I/O scheduler is enabled.
48 IP_PNP IP DHCP, BOOTP, or RARP is enabled. 49 IP_PNP IP DHCP, BOOTP, or RARP is enabled.
49 ISAPNP ISA PnP code is enabled. 50 ISAPNP ISA PnP code is enabled.
@@ -900,6 +901,15 @@ and is between 256 and 4096 characters. It is defined in the file
900 ihash_entries= [KNL] 901 ihash_entries= [KNL]
901 Set number of hash buckets for inode cache. 902 Set number of hash buckets for inode cache.
902 903
904 ima_audit= [IMA]
905 Format: { "0" | "1" }
906 0 -- integrity auditing messages. (Default)
907 1 -- enable informational integrity auditing messages.
908
909 ima_hash= [IMA]
910 Formt: { "sha1" | "md5" }
911 default: "sha1"
912
903 in2000= [HW,SCSI] 913 in2000= [HW,SCSI]
904 See header of drivers/scsi/in2000.c. 914 See header of drivers/scsi/in2000.c.
905 915