audit: allow unlimited backlog queue
authorRichard Guy Briggs <rgb@redhat.com>
Tue, 22 Oct 2013 17:28:49 +0000 (13:28 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 14 Jan 2014 03:30:38 +0000 (22:30 -0500)
commit40c0775e5ea47667db497565b79a8dc154530992
tree882d62ba73b6a4ab80449127cb2060dce64ffe74
parentb6cfee4cce25d8d2cc06c69f0de2b61d4b2249b3
audit: allow unlimited backlog queue

Since audit can already be disabled by "audit=0" on the kernel boot line, or by
the command "auditctl -e 0", it would be more useful to have the
audit_backlog_limit set to zero mean effectively unlimited (limited only by
system RAM).

Acked-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/audit.c