From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Description of problem: Please add a file (that goes in /etc/logrotate.d) with the correct commands so that the audit log is rotated when logrotate runs. Version-Release number of selected component (if applicable): audit-0.9.14-1 How reproducible: Always Steps to Reproduce: 1.none 2. 3. Expected Results: Each time logrotate runs the audit.log should be "rotated". Additional info:
The audit daemon is required to handle its own log rotation. This is dictated by CAPP requirements. It already has 3 settings in /etc/auditd.conf to handle this. You can set the log size, the action to perform when it reaches that size, and how many logs to keep.
Ah, thanks Steve. Sorry for the noise, should have looked further.