[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r424 - in trunk: checks debian



Author: he
Date: 2005-06-26 14:07:21 +0200 (Sun, 26 Jun 2005)
New Revision: 424

Modified:
   trunk/checks/files
   trunk/debian/changelog
Log:
* checks/files:
  + [HE] Allow backupninja configuration files in /etc/backup.d/ to be
    0600. (Closes: #307639)



Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2005-06-26 11:58:05 UTC (rev 423)
+++ trunk/checks/files	2005-06-26 12:07:21 UTC (rev 424)
@@ -549,6 +549,8 @@
 		# Ada library information files should be read-only
 		# since GNAT behaviour depends on that
 		# everything is ok
+	    } elsif ($operm == 0600 and $file =~ m,etc/backup.d/,) {
+		# backupninja expects configurations files to be 0600
 	    } elsif ($operm != 0644) {
 		tag "non-standard-file-perm", $file,
 		    sprintf("%04o != 0644",$operm);

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-26 11:58:05 UTC (rev 423)
+++ trunk/debian/changelog	2005-06-26 12:07:21 UTC (rev 424)
@@ -2,6 +2,10 @@
 
   * The "Ah, it's LinuxTag and I still have free time!" release
 
+  * checks/files:
+    + [HE] Allow backupninja configuration files in /etc/backup.d/ to be 
+      0600. (Closes: #307639)
+
   * checks/rules:
     + [HE] New file with two new tests, checking that debian/rules is a 
       Makefile and that it contains rules for all mandatory targets.



Reply to: