[Logcheck-commits] CVS logcheck/debian

CVS User ttroxell logcheck-devel@lists.alioth.debian.org
Tue, 19 Apr 2005 02:58:38 +0000


Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv26634/debian

Modified Files:
	README.debian changelog logcheck.dirs 
Log Message:
Fix lockfile potential DoS condition
Make debug messages consistent
Add note about inconsistent permissions (see #302379)


--- /cvsroot/logcheck/logcheck/debian/README.debian	2004/09/30 19:48:41	1.4
+++ /cvsroot/logcheck/logcheck/debian/README.debian	2005/04/19 02:58:38	1.5
@@ -22,4 +22,8 @@
 By default logcheck is set to run once an hour. This can be changed by
 editing /etc/cron.d/logcheck.
 
+Please note that the permissions of rulefiles installed with dh_installlogcheck after installing logcheck will differ from those included in logcheck-database.
+This is because dh_installlogcheck cannot yet assume that the logcheck user
+exists.  This may be changed in a future version of Debian.
+
 The documentation is being updated as time allows.
--- /cvsroot/logcheck/logcheck/debian/changelog	2005/04/15 10:00:51	1.393
+++ /cvsroot/logcheck/logcheck/debian/changelog	2005/04/19 02:58:38	1.394
@@ -24,6 +24,12 @@
   * Add rule for bind 9.3 'unexpected RCODE' messages.
   * Modify dnsmasq rule to match '/var/run/dnsmasq/resolv.conf'
     too. (Closes: #302678)
+  todd:
+  * Change lockfile location from /var/lock/logcheck to
+    /var/lock/logcheck/logcheck (Thanks Rainer Zocholl) to avoid 
+    potential DoS condition. (Closes: #304978)
+  * Make lockfile debug messages refer to the correct files.
+  * Add note about dh_installlogcheck permissions. (See #302379)
 
  -- 
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.dirs	2004/08/12 13:17:47	1.3
+++ /cvsroot/logcheck/logcheck/debian/logcheck.dirs	2005/04/19 02:58:38	1.4
@@ -1,4 +1,5 @@
 /var/lib/logcheck
+/var/lock/logcheck
 /etc/logcheck/ignore.d.paranoid
 /etc/logcheck/ignore.d.workstation
 /etc/logcheck/ignore.d.server