[Aide] AIDE macro support s ?

Hannes von Haugwitz hannes at vonhaugwitz.com
Tue Oct 5 20:05:24 EEST 2010


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


More information about the Aide mailing list