Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   audit_set_rate_limit    ( 3 )

установить предел скорости аудита (Set audit rate limit)

Имя (Name)

audit_set_rate_limit - Set audit rate limit


Синопсис (Synopsis)

#include <libaudit.h>

int audit_set_rate_limit(int fd, uint32_t 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).