suse man page for audit_set_rate_limit

Query: audit_set_rate_limit

OS: suse

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AUDIT_SET_RATE_LIMIT(3) 					  Linux Audit API					   AUDIT_SET_RATE_LIMIT(3)

NAME
audit_set_rate_limit - Set audit rate limit
SYNOPSIS
#include <libaudit.h> int audit_set_rate_limit (int fd, int limit);
DESCRIPTION
audit_set_rate_limit will set the maximum number of messages that the kernel will send per second. This can be used to throttle the rate if systems become unresponsive. Of course the trade off is that events will be dropped. The default value is 0, meaning no limit.
RETURN VALUE
The return value is <= 0 on error, otherwise it is the netlink sequence id number. This function can have any error that sendto would encounter.
SEE ALSO
audit_open(3), auditd(8).
AUTHOR
Steve Grubb Red Hat Oct 2006 AUDIT_SET_RATE_LIMIT(3)
Related Man Pages
audit_add_rule_data(3) - centos
audit_set_failure(3) - debian
audit_log_user_message(3) - centos
audit_set_failure(3) - centos
get_auditfail_action(3) - centos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
SOCKS proxy &amp; PAM configuration exposure
Docker learning Phase-I