Bug 509370 - Default aide.conf incorrect.
Summary: Default aide.conf incorrect.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: aide
Version: 11
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Steve Grubb
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-02 14:02 UTC by Drew Ogle
Modified: 2009-08-19 21:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-19 21:51:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.