Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   audit_close    ( 3 )

закройте соединение сокета аудита netlink (Close the audit netlink socket connection)

Имя (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).