On Sun, Oct 03, 2010 at 02:13:51PM +0800, Aaron Lewis wrote:
>     Why these configuration fails to work properly ?
> 
>     @@define CHKSUM sha1+md5
> 
>     =/bin$ @@{CHKSUM}
> 
>     Many thanks !

The result of the configuration above is that only /bin is added to the
database.

You probably want that /bin and all files in it would be added to the
database, then you can use the following instead:

@@define CHKSUM sha1+md5
/bin @@{CHKSUM}

For details see the man page of aide.conf or the manual.html.

Greetings

Hannes
_______________________________________________
Aide mailing list
[email protected]
https://mailman.cs.tut.fi/mailman/listinfo/aide

Reply via email to