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.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 2f32da74f5b1..ef8b11cec6e9 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -93,6 +93,7 @@ parameter is applicable:
93 Documentation/scsi/. 93 Documentation/scsi/.
94 SECURITY Different security models are enabled. 94 SECURITY Different security models are enabled.
95 SELINUX SELinux support is enabled. 95 SELINUX SELinux support is enabled.
96 APPARMOR AppArmor support is enabled.
96 SERIAL Serial support is enabled. 97 SERIAL Serial support is enabled.
97 SH SuperH architecture is enabled. 98 SH SuperH architecture is enabled.
98 SMP The kernel is an SMP kernel. 99 SMP The kernel is an SMP kernel.
@@ -1598,8 +1599,7 @@ and is between 256 and 4096 characters. It is defined in the file
1598 [NETFILTER] Enable connection tracking flow accounting 1599 [NETFILTER] Enable connection tracking flow accounting
1599 0 to disable accounting 1600 0 to disable accounting
1600 1 to enable accounting 1601 1 to enable accounting
1601 Default value depends on CONFIG_NF_CT_ACCT that is 1602 Default value is 0.
1602 going to be removed in 2.6.29.
1603 1603
1604 nfsaddrs= [NFS] 1604 nfsaddrs= [NFS]
1605 See Documentation/filesystems/nfs/nfsroot.txt. 1605 See Documentation/filesystems/nfs/nfsroot.txt.
@@ -2313,6 +2313,13 @@ and is between 256 and 4096 characters. It is defined in the file
2313 If enabled at boot time, /selinux/disable can be used 2313 If enabled at boot time, /selinux/disable can be used
2314 later to disable prior to initial policy load. 2314 later to disable prior to initial policy load.
2315 2315
2316 apparmor= [APPARMOR] Disable or enable AppArmor at boot time
2317 Format: { "0" | "1" }
2318 See security/apparmor/Kconfig help text
2319 0 -- disable.
2320 1 -- enable.
2321 Default value is set via kernel config option.
2322
2316 serialnumber [BUGS=X86-32] 2323 serialnumber [BUGS=X86-32]
2317 2324
2318 shapers= [NET] 2325 shapers= [NET]