Blame SOURCES/audit-2.7.5-no-backlog-wait-time.patch

a1e6a3
diff -ur audit-2.7.5.orig/docs/auditctl.8 audit-2.7.5/docs/auditctl.8
a1e6a3
--- audit-2.7.5.orig/docs/auditctl.8	2017-04-10 10:22:22.000000000 -0400
a1e6a3
+++ audit-2.7.5/docs/auditctl.8	2017-04-10 10:46:51.704436241 -0400
a1e6a3
@@ -10,9 +10,6 @@
a1e6a3
 .BI \-b\  backlog
a1e6a3
 Set max number of outstanding audit buffers allowed (Kernel Default=64) If all buffers are full, the failure flag is consulted by the kernel for action.
a1e6a3
 .TP
a1e6a3
-.BI \-\-backlog_wait_time \ \fIwait_time\fP
a1e6a3
-Set the time for the kernel to wait (Kernel Default 60*HZ) when the backlog_limit is reached before queuing more audit events to be transferred to auditd. The number must be greater than or equal to zero and less that 10 times the default value.
a1e6a3
-.TP
a1e6a3
 .B \-c
a1e6a3
 Continue loading rules in spite of an error. This summarizes the results of loading the rules. The exit code will not be success if any rule fails to load.
a1e6a3
 .TP
a1e6a3
diff -ur audit-2.7.5.orig/docs/Makefile.in audit-2.7.5/docs/Makefile.in
a1e6a3
--- audit-2.7.5.orig/docs/Makefile.in	2017-04-10 10:31:52.000000000 -0400
a1e6a3
+++ audit-2.7.5/docs/Makefile.in	2017-04-10 10:49:12.389447484 -0400
a1e6a3
@@ -373,7 +373,7 @@
a1e6a3
 ausearch_next_event.3 ausearch_set_stop.3 \
a1e6a3
 autrace.8 get_auditfail_action.3 set_aumessage_mode.3 \
a1e6a3
 audispd.8 audispd.conf.5 audispd-zos-remote.8 libaudit.conf.5 \
a1e6a3
-augenrules.8 audit_set_backlog_wait_time.3 \
a1e6a3
+augenrules.8 \
a1e6a3
 zos-remote.conf.5 
a1e6a3
 
a1e6a3
 all: all-am
a1e6a3
diff -ur audit-2.7.5.orig/rules/10-base-config.rules audit-2.7.5/rules/10-base-config.rules
a1e6a3
--- audit-2.7.5.orig/rules/10-base-config.rules	2017-04-10 10:22:22.000000000 -0400
a1e6a3
+++ audit-2.7.5/rules/10-base-config.rules	2017-04-10 10:47:56.555441424 -0400
a1e6a3
@@ -5,9 +5,6 @@
a1e6a3
 ## Make this bigger for busy systems
a1e6a3
 -b 8192
a1e6a3
 
a1e6a3
-## This determine how long to wait in burst of events
a1e6a3
---backlog_wait_time 0
a1e6a3
-
a1e6a3
 ## Set failure mode to syslog
a1e6a3
 -f 1
a1e6a3