Hi,
Hi, I have a C application which needs to send a message to audit.log from userspace. I have been using `auditctl -m` format to send a message to audit.log using `system` command but it seems to degrade performance a lot of my application.
My question is there any API to send a message programmatically from my application which is more efficient and robust.
Thanks,
Wajih