audit_close - Close the audit netlink socket connection

NAME  SYNOPSIS  DESCRIPTION  RETURN VALUE  SEE ALSO  AUTHOR 

NAME

audit_close − 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

audit_open(3), netlink(7).

AUTHOR

Steve Grubb


Updated 2024-01-29 - jenkler.se | uex.se