SOURCES: vixie-cron-crond.patch - fixed file mode checking (files ...

hawk hawk at pld-linux.org
Tue Aug 2 13:07:17 CEST 2005


Author: hawk                         Date: Tue Aug  2 11:07:16 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed file mode checking (files in /var/spool/cron were not processed)

---- Files affected:
SOURCES:
   vixie-cron-crond.patch (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/vixie-cron-crond.patch
diff -u SOURCES/vixie-cron-crond.patch:1.9 SOURCES/vixie-cron-crond.patch:1.10
--- SOURCES/vixie-cron-crond.patch:1.9	Sat Jul 30 12:54:19 2005
+++ SOURCES/vixie-cron-crond.patch	Tue Aug  2 13:07:11 2005
@@ -102,7 +102,7 @@
  		goto next_crontab;
  	}
 -	if ((statbuf->st_mode & 07777) != 0600) {
-+	if ((statbuf->st_mode & 07777) != 0640) {
++	if ((statbuf->st_mode & 07733) != 0600) {
  		log_it(fname, getpid(), "BAD FILE MODE", tabname);
  		goto next_crontab;
  	}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/vixie-cron-crond.patch?r1=1.9&r2=1.10&f=u




More information about the pld-cvs-commit mailing list