]> git.pld-linux.org Git - packages/aide.git/commitdiff
- added new rule "Exists" (u+g+p)
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 23 Nov 2002 09:37:37 +0000 (09:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- test /var/lib with Exists instead of ignoring it (otherwise,
  /var/lib/rpm would not be tested either)

Changed files:
    aide.conf -> 1.3

aide.conf

index a848d2ae34a35eac5798308bcb96597fe1a5d26e..a37989b29be20ac62b26a946cbe31d14d17f4ab6 100644 (file)
--- a/aide.conf
+++ b/aide.conf
@@ -41,7 +41,8 @@ All=R+a+sha1+rmd160+tiger
 Standard=s+p+u+g+c+md5+sha1
 Min=s+p+u+g+c+sha1
 Minetc=s+p+u+g+sha1
-           
+Exists=p+u+g
+
 /boot Standard  
 /lib Standard    
 /etc Minetc
@@ -56,6 +57,7 @@ Minetc=s+p+u+g+sha1
 /usr Standard
 /usr/local/etc Min
 /var Min  
+/var/lib Exists
 /var/lib/rpm Standard
 !/var/tmp  
 !/var/lock  
@@ -64,6 +66,5 @@ Minetc=s+p+u+g+sha1
 !/var/spool              
 !/var/run
 !/var/account
-!/var/lib
 !/var/cache
 !/var/mail
This page took 0.0737679999999999 seconds and 4 git commands to generate.