audit_request_features - Man Page

request audit feature bitmap

Synopsis

#include <libaudit.h>

int audit_request_features(int fd);

Description

audit_request_features() requests that the kernel send a structure describing supported audit features on fd which must be an open audit netlink socket.

Return Value

The return value is <= 0 on error, otherwise it is the netlink sequence id number.  This function can have any error that sendto(2) would encounter.

See Also

audit_get_features(3), audit_open(3), auditd(8).

Author

Steve Grubb

Referenced By

audit_get_features(3).

July 2025 Red Hat Linux Audit API