1AUDIT_SET_RATE_LIMIT(3) Linux Audit API AUDIT_SET_RATE_LIMIT(3)
2
3
4
6 audit_set_rate_limit - Set audit rate limit
7
9 #include <libaudit.h>
10
11 int audit_set_rate_limit (int fd, int limit);
12
13
15 audit_set_rate_limit will set the maximum number of messages that the
16 kernel will send per second. This can be used to throttle the rate if
17 systems become unresponsive. Of course the trade off is that events
18 will be dropped. The default value is 0, meaning no limit.
19
20
22 The return value is <= 0 on error, otherwise it is the netlink sequence
23 id number. This function can have any error that sendto would
24 encounter.
25
26
28 audit_open(3), auditd(8).
29
30
32 Steve Grubb
33
34
35
36Red Hat Oct 2006 AUDIT_SET_RATE_LIMIT(3)