aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2014-01-13 16:01:06 -0500
committerEric Paris <eparis@redhat.com>2014-01-13 22:33:33 -0500
commitd7961148258cfe19908b5a29941a8c9f3fa7a4d6 (patch)
tree699c34685ed004ce91f973dd8c0a169d8d066808
parentc81825dd6b2ab9dcbdbc5b3ae12cc724c550341d (diff)
audit: documentation of audit= kernel parameter
Further documentation of the 3 possible kernel value of the audit command line option. Signed-off-by: Eric Paris <eparis@redhat.com>
-rw-r--r--Documentation/kernel-parameters.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index ab86766e28cb..e81e1d0d8d78 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -465,6 +465,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
465 465
466 audit= [KNL] Enable the audit sub-system 466 audit= [KNL] Enable the audit sub-system
467 Format: { "0" | "1" } (0 = disabled, 1 = enabled) 467 Format: { "0" | "1" } (0 = disabled, 1 = enabled)
468 0 - kernel audit is disabled and can not be enabled
469 until the next reboot
470 unset - kernel audit is initialized but disabled and
471 will be fully enabled by the userspace auditd.
472 1 - kernel audit is initialized and partially enabled,
473 storing at most audit_backlog_limit messages in
474 RAM until it is fully enabled by the userspace
475 auditd.
468 Default: unset 476 Default: unset
469 477
470 audit_backlog_limit= [KNL] Set the audit queue size limit. 478 audit_backlog_limit= [KNL] Set the audit queue size limit.