audit_request_list(3) - Linux man page
Name
audit_request_list - Request list of current auditing rules
Synopsis
#include <libaudit.h>
- int audit_request_list (int fd);
Description
audit_request_list uses audit_send to send a request to the kernel part of the Linux Audit Subsystem for the list of current auditing rules.
Errors
Errors that can be returned are equal to those returned by the function audit_send.
Examples
/* Sample code */ retval = audit_request_list(fd);
See Also
audit_send(3), audit_add_rule(3), audit_delete_rule(3), audit_open(3), auditd(8).
Author
Debora Velarde.