Re: [Aide] Rules to exclude all files except one

2015-11-20 Thread Brian Mathis
I noticed that the aide binary (on centos 7) is linked with libpcre, but perlish regexes don't seem to work. A negative look-ahead assertion would accomplish it if full pcre was actually in use: !/opt/app/dir/(?!onedir).* Maybe full PCREs would be nice for the next version of AIDE. ~ Brian

Re: [Aide] Rules to exclude all files except one

2015-11-20 Thread Hannes von Haugwitz
Hi, On Fri, Nov 20, 2015 at 11:37:24AM +0100, Brian Mathis wrote: > I noticed that the aide binary (on centos 7) is linked with libpcre, but > perlish regexes don't seem to work. A negative look-ahead assertion would > accomplish it if full pcre was actually in use: >