Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / audit_request_rules_list_data.3
1 .TH "AUDIT_REQUEST_LIST_DATA" "3" "Oct 2006" "Red Hat" "Linux Audit API"
2 .SH NAME
3 audit_request_rules_list_data \- Request list of current audit rules
4 .SH "SYNOPSIS"
5 .B #include <libaudit.h>
6 .sp
7 int audit_request_rules_list_data (int fd);
8
9 .SH "DESCRIPTION"
10
11 audit_request_rules_list_data sends a request to the kernel to list the current audit rules. The rules are sent back one after another after this request is issued.
12
13 .SH "RETURN VALUE"
14
15 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.
16
17 .SH "SEE ALSO"
18
19 .BR audit_add_rule_data (3),
20 .BR audit_delete_rule_data (3),
21 .BR audit_open (3),
22 .BR auditctl (8).
23
24 .SH AUTHOR
25 Steve Grubb