Bug 161772

Summary: RFE: add audit to logrotate
Product: [Fedora] Fedora Reporter: Richard Hally <rhallyx>
Component: auditAssignee: Steve Grubb <sgrubb>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-27 12:46:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Richard Hally 2005-06-27 08:34:28 UTC
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:

Comment 1 Steve Grubb 2005-06-27 11:08:01 UTC
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.

Comment 2 Richard Hally 2005-06-27 12:46:02 UTC
Ah, thanks Steve. Sorry for the noise, should have looked further.