Discussion:
[Aide] specific type of file for subfolder
n***@gmail.com
2016-03-23 13:31:19 UTC
Permalink
Hello.

Can I do something like this

/var/www All - check all subfolders and files
!/var/www/onesite/
/var/www/onesite/*.\.php$

I need to check all sites but for one check only php files.
Can I do it ?

thank you.
Hannes von Haugwitz
2016-11-20 06:45:00 UTC
Permalink
Hi,
Post by n***@gmail.com
/var/www All - check all subfolders and files
!/var/www/onesite/
/var/www/onesite/*.\.php$
Please try AIDE 0.16 with the following rules:

/var/www/onesite/.*\.php$ All
/var/www(?!/onesite) All

Best regards

Hannes

Loading...