audit_set_backlog_wait_time (3) Linux Manual Page
NAME audit_set_backlog_wait_time – Set the audit backlog wait time SYNOPSIS #include <libaudit.h> int audit_set_backlog_wait_time (int fd, int wait_time); DESCRIPTION audit_set_backlog_wait_time sets the time that the kernel will wait before attempting to send more audit events to be transferred to the audit daemon when the backlog_limit is reached. This gives the audit daemon a chance to…
