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
Author
Steve Grubb
Referenced By
July 2025 Red Hat Linux Audit API