[Log] Rotation and Audit

Hello,

I have a concern about the syslogd service and its capability compared to a Linux distribution.
Is there any way to perform logs rotation since “logrotate” seems to be unavailable in QNX ? Shall I perform my own rotation with a cron job ? is there any available resource ?

In the same idea, “auditd” is not available, so is there any way to collect events this Linux service provides ? (e.g. to collect file system mounts, file deletion, user/group modification etc…)

Thanks for your help.

You might want to try porting logrotate. Otherwise building utility to do this should not be very challenging.

Thanks for your feedback.
That’s what I assumed at first glance. Now, I just have to see which one will fit my project constraints.