1AUDIT_CLOSE(3) Linux Audit API AUDIT_CLOSE(3)
23
4
NAME
6audit_close - Close the audit netlink socket connection
7
SYNOPSIS
9#include <libaudit.h>
1011
void audit_close(int fd);
12
DESCRIPTION
14audit_close() closes the NETLINK_AUDIT socket that communicates with
15the kernel part of the Linux Audit Subsystem. fd must have been re‐
16turned by audit_open(3).
1718
RETURN VALUE
20None.
2122
SEE ALSO
24audit_open(3), netlink(7).
2526
AUTHOR
28Steve Grubb
2930
31
32
Red Hat Apr 2021 AUDIT_CLOSE(3)