SPECS: mailgraph.spec - do not run mailgraph with root privileges ...

jajcus jajcus at pld-linux.org
Sun Aug 7 18:48:43 CEST 2005


Author: jajcus                       Date: Sun Aug  7 16:48:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not run mailgraph with root privileges -- parsing logs as root is a very bad idea.
  Please note, that now everybody may read the *.rrd files, but that is IMHO much smaller problem.

---- Files affected:
SPECS:
   mailgraph.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/mailgraph.spec
diff -u SPECS/mailgraph.spec:1.31 SPECS/mailgraph.spec:1.32
--- SPECS/mailgraph.spec:1.31	Mon Jun  6 22:37:43 2005
+++ SPECS/mailgraph.spec	Sun Aug  7 18:48:38 2005
@@ -112,7 +112,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/httpd/mailgraph.conf
 %dir %{_httpappsdir}
 %attr(755,root,root) %{_httpappsdir}/index.cgi
-%attr(750,root,http) %dir %{_pkglibdir}
+%attr(771,root,stats) %dir %{_pkglibdir}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -120,6 +120,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2005/08/07 16:48:38  jajcus
+- do not run mailgraph with root privileges -- parsing logs as root is a very bad idea.
+  Please note, that now everybody may read the *.rrd files, but that is IMHO much smaller problem.
+
 Revision 1.31  2005/06/06 20:37:43  paszczus
 - updated to 1.11 ; STBR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mailgraph.spec?r1=1.31&r2=1.32&f=u




More information about the pld-cvs-commit mailing list