Discussion:
[Aide] wildcard in aide.conf?
Julien T
2014-04-24 03:02:43 UTC
Permalink
Hello,

I'm reviewing my aide configuration and there are some rules I have to
define as full path instead of using a wildcard or variable.

for example, every user home, if I want to exclude
!/home/myuser/Downloads

is working, but it's not with
!/home/.*/Downloads
!/home/@@{uservar}/Downloads

The latter is supposed to from man page

I'm using aide 0.15.1 on mac (10.9.2) with macports.
Any improvements on this with 0.16a2 ?

Thanks!

Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cs.tut.fi/pipermail/aide/attachments/20140423/3c3c921e/attachment.html>
Keith Constable
2014-04-24 10:25:20 UTC
Permalink
Julien,

Be certain that your most specific rules are on top and most generic on bottom.

For example "!/home/.*/Downloads" needs to be higher in the list than "/home"

Regards,
Keith Constable
Post by Julien T
Hello,
I'm reviewing my aide configuration and there are some rules I have to
define as full path instead of using a wildcard or variable.
for example, every user home, if I want to exclude
!/home/myuser/Downloads
is working, but it's not with
!/home/.*/Downloads
The latter is supposed to from man page
I'm using aide 0.15.1 on mac (10.9.2) with macports.
Any improvements on this with 0.16a2 ?
Thanks!
Julien
_______________________________________________
Aide mailing list
Aide at cs.tut.fi
https://mailman.cs.tut.fi/mailman/listinfo/aide
Loading...