Revision: 324 Author: mmo...@tildeslash.com Date: Fri Feb 18 08:15:27 2011 Log: * Set the default log file mask to 0640 (originally it was 0664). Thanks to Sergey B Kirpichev.
http://code.google.com/p/monit/source/detail?r=324 Modified: /trunk/CHANGES.txt /trunk/monitor.h ======================================= --- /trunk/CHANGES.txt Fri Feb 18 08:07:12 2011 +++ /trunk/CHANGES.txt Fri Feb 18 08:15:27 2011 @@ -19,6 +19,9 @@ * Reduced monit memory footprint. +* Set the default log file mask to 0640 (originally it was 0664). + Thanks to Sergey B Kirpichev. + BUGFIXES: * FreeBSD, NetBSD, OpenBSD, MacOSX, Solaris filesystem check fix: ======================================= --- /trunk/monitor.h Wed Jan 19 10:40:32 2011 +++ /trunk/monitor.h Fri Feb 18 08:15:27 2011 @@ -97,8 +97,8 @@ #define QUEUEMASK 0077 /* Set file mode: "drw-------" */ #define PRIVATEMASK 0177 -/* Set log file mode: "-rw-rw-r--" */ -#define LOGMASK 0112 +/* Set log file mode: "-rw-r-----" */ +#define LOGMASK 0137 /* Set pid file mode: "-rw-r--r--" */ #define MYPIDMASK 0122 #define MYPIDDIR PIDDIR _______________________________________________ monit-dev mailing list monit-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/monit-dev