Bug 509370

Summary: Default aide.conf incorrect.
Product: [Fedora] Fedora Reporter: Drew Ogle <dantealiegri>
Component: aideAssignee: Steve Grubb <sgrubb>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 11CC: sgrubb
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-19 21:51:29 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 Drew Ogle 2009-07-02 14:02:47 UTC
Description of problem:

Supplied Configration File does not monitor only "admin dot files for PERMS"


Version-Release number of selected component (if applicable):

Exists in 0.13.1-7.fc11

How reproducible:

Every time.


Steps to Reproduce:
1. Install aide.
2. Run aide -i
3. move the db in place.
4. run aide -C, note everything is fine.
5. change the mtime on a non dot file in /root.
6. run aide -C, note the mtime change is not reported.
  
Actual results:

mtime change on normal file in /root not reported.

Expected results:

mtine change on normal file in /root IS reported




Additional info:

The problem lies in the last rule in the configuration file.

it is curretnly

/root/.* PERMS

however since aide treats the lines a regular expressions, not globs, this matches all files in /root.

/root/\..* PERMS

Fixes the problem.

Comment 1 Steve Grubb 2009-08-19 21:51:29 UTC
A new aide package has been built in rawhide to address this issue. Thanks for reporting it.