Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
audit/audit.h
✓ #include <audit/audit.h>
Opens the audit subsystem using the audit library.
#include <audit/audit.h>
#include <iostream>
int main() {
int fd = audit_open();
if (fd >= 0) {
std::cout << "Audit subsystem opened" << std::endl;
close(fd);
}
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.