* [PATCH] audit: documentation of audit= kernel parameter
@ 2014-01-13 21:01 Eric Paris
2014-01-13 21:24 ` Richard Guy Briggs
0 siblings, 1 reply; 2+ messages in thread
From: Eric Paris @ 2014-01-13 21:01 UTC (permalink / raw)
To: rbriggs; +Cc: linux-audit
Further documentation of the 3 possible kernel value of the audit
command line option.
Signed-off-by: Eric Paris <eparis@redhat.com>
---
Documentation/kernel-parameters.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index ab86766..5867442 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.
audit= [KNL] Enable the audit sub-system
Format: { "0" | "1" } (0 = disabled, 1 = enabled)
+ 0 - kernel audit is disabled and can not be enabled
+ until the next reboot
+ unset - kernel audit is partially enabled and will
+ be fully enabled by the userspace auditd
+ 1 - kernel audit is partially enabled just like 'unset'
+ only at most audit_backlog_limit messages will be
+ retained in RAM and forwarded to userspace auditd
+ when it being.
Default: unset
audit_backlog_limit= [KNL] Set the audit queue size limit.
--
1.8.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] audit: documentation of audit= kernel parameter
2014-01-13 21:01 [PATCH] audit: documentation of audit= kernel parameter Eric Paris
@ 2014-01-13 21:24 ` Richard Guy Briggs
0 siblings, 0 replies; 2+ messages in thread
From: Richard Guy Briggs @ 2014-01-13 21:24 UTC (permalink / raw)
To: Eric Paris; +Cc: linux-audit
On 14/01/13, Eric Paris wrote:
> Further documentation of the 3 possible kernel value of the audit
> command line option.
>
> Signed-off-by: Eric Paris <eparis@redhat.com>
> ---
> Documentation/kernel-parameters.txt | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index ab86766..5867442 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.
>
> audit= [KNL] Enable the audit sub-system
> Format: { "0" | "1" } (0 = disabled, 1 = enabled)
> + 0 - kernel audit is disabled and can not be enabled
> + until the next reboot
> + unset - kernel audit is partially enabled and will
> + be fully enabled by the userspace auditd
How about:
unset - kernel audit is initialized but disabled and will
be fully enabled by the userspace auditd
> + 1 - kernel audit is partially enabled just like 'unset'
> + only at most audit_backlog_limit messages will be
> + retained in RAM and forwarded to userspace auditd
> + when it being.
It looks like this sentence finished a bit prematurely... How about
"...when available." or a rewrite:
1 - kernel audit is initialized and partially
enabled, storing at most audit_backlog_limit
messages in RAM until it is fully enabled by
the userspace auditd.
> Default: unset
>
> audit_backlog_limit= [KNL] Set the audit queue size limit.
- RGB
--
Richard Guy Briggs <rbriggs@redhat.com>
Senior Software Engineer, Kernel Security, AMER ENG Base Operating Systems, Red Hat
Remote, Ottawa, Canada
Voice: +1.647.777.2635, Internal: (81) 32635, Alt: +1.613.693.0684x3545
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-13 21:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 21:01 [PATCH] audit: documentation of audit= kernel parameter Eric Paris
2014-01-13 21:24 ` Richard Guy Briggs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox