diff options
author | cy <cy@FreeBSD.org> | 2002-06-09 03:39:39 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-06-09 03:39:39 +0800 |
commit | 26dee92190d24c5cbb4ffeffb85a90a8d4ff2d2f (patch) | |
tree | 7ea2efa1dfbec85d4dee436e840c2168810354e1 /security | |
parent | b520b54f4eefd2059f71f51ab8d5ca612aed4368 (diff) | |
download | freebsd-ports-gnome-26dee92190d24c5cbb4ffeffb85a90a8d4ff2d2f.tar.gz freebsd-ports-gnome-26dee92190d24c5cbb4ffeffb85a90a8d4ff2d2f.tar.zst freebsd-ports-gnome-26dee92190d24c5cbb4ffeffb85a90a8d4ff2d2f.zip |
The default aide.conf silently fails to check subdirectories, even though
it appears to be configured to do so.
Submitted by: Oliver Crow <ocrow@simplexity.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/aide/Makefile | 1 | ||||
-rw-r--r-- | security/aide/files/aide.conf.freebsd | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 2422697a8f65..65a0803e6130 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -7,6 +7,7 @@ PORTNAME= aide PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cs.tut.fi/~rammer/ \ ftp://ftp.cs.tut.fi/pub/src/gnu/ diff --git a/security/aide/files/aide.conf.freebsd b/security/aide/files/aide.conf.freebsd index d6c88e2e217a..ee4d14b64c37 100644 --- a/security/aide/files/aide.conf.freebsd +++ b/security/aide/files/aide.conf.freebsd @@ -78,7 +78,7 @@ database_out=file:///var/adm/aide/databases/aide.db.new # First, root's traditional "home". Note that FreeBSD's root's home (/root) # is protected by R-tiger-rmd160-sha1 protections in the default config file. -=/ L +=/$ L /.rhosts R /.profile R /.cshrc R @@ -111,7 +111,7 @@ database_out=file:///var/adm/aide/databases/aide.db.new # /etc/spwd.db L # /home -=/home L-c +=/home$ L-c # /lkm /lkm R-tiger-rmd160-sha1 |