Hello,
I see that the python bindings have changed their API and I was
wondering if there was any documentation about it?
I've the following piece of code for exemple, that is now not working
because the audit_set_enabled() function is not present anymore.
python -c import audit; fd =
audit.audit_open();audit.audit_set_enabled(fd, 1); audit.audit_close(fd)
Kind regards,
Laurent Bigonville