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

5c966f
diff -ur audit-2.7.5.orig/docs/auditctl.8 audit-2.7.5/docs/auditctl.8
5c966f
--- audit-2.7.5.orig/docs/auditctl.8	2017-04-10 10:22:22.000000000 -0400
5c966f
+++ audit-2.7.5/docs/auditctl.8	2017-04-10 10:46:51.704436241 -0400
5c966f
@@ -10,9 +10,6 @@
5c966f
 .BI \-b\  backlog
5c966f
 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.
5c966f
 .TP
5c966f
-.BI \-\-backlog_wait_time \ \fIwait_time\fP
5c966f
-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.
5c966f
-.TP
5c966f
 .B \-c
5c966f
 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.
5c966f
 .TP
5c966f
diff -ur audit-2.7.5.orig/docs/Makefile.in audit-2.7.5/docs/Makefile.in
5c966f
--- audit-2.7.5.orig/docs/Makefile.in	2017-04-10 10:31:52.000000000 -0400
5c966f
+++ audit-2.7.5/docs/Makefile.in	2017-04-10 10:49:12.389447484 -0400
5c966f
@@ -373,7 +373,7 @@
5c966f
 ausearch_next_event.3 ausearch_set_stop.3 \
5c966f
 autrace.8 get_auditfail_action.3 set_aumessage_mode.3 \
5c966f
 audispd.8 audispd.conf.5 audispd-zos-remote.8 libaudit.conf.5 \
5c966f
-augenrules.8 audit_set_backlog_wait_time.3 \
5c966f
+augenrules.8 \
5c966f
 zos-remote.conf.5 
5c966f
 
5c966f
 all: all-am
5c966f
diff -ur audit-2.7.5.orig/rules/10-base-config.rules audit-2.7.5/rules/10-base-config.rules
5c966f
--- audit-2.7.5.orig/rules/10-base-config.rules	2017-04-10 10:22:22.000000000 -0400
5c966f
+++ audit-2.7.5/rules/10-base-config.rules	2017-04-10 10:47:56.555441424 -0400
5c966f
@@ -5,9 +5,6 @@
5c966f
 ## Make this bigger for busy systems
5c966f
 -b 8192
5c966f
 
5c966f
-## This determine how long to wait in burst of events
5c966f
---backlog_wait_time 0
5c966f
-
5c966f
 ## Set failure mode to syslog
5c966f
 -f 1
5c966f