audit_close - Man Page
Close the audit netlink socket connection
Synopsis
#include <libaudit.h> void audit_close(int fd);
Description
audit_close() closes the NETLINK_AUDIT socket that communicates with the kernel part of the Linux Audit Subsystem. fd must have been returned by audit_open(3).
Return Value
None.
See Also
Author
Steve Grubb
Info
Apr 2021 Red Hat Linux Audit API