changed permissions on db.php - #396331

This commit is contained in:
Mike McGrath 2007-11-23 17:57:59 +00:00
parent 813c48421a
commit 57a92d52df

View File

@ -1,6 +1,6 @@
Name: cacti
Version: 0.8.7a
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An rrd based graphing tool
Group: Applications/System
@ -82,7 +82,7 @@ fi
%config(noreplace) %{_sysconfdir}/cron.d/cacti
%config(noreplace) %{_sysconfdir}/httpd/conf.d/cacti.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0660,cacti,apache) %config(noreplace) %{_sysconfdir}/%{name}/db.php
%attr(0640,cacti,apache) %config(noreplace) %{_sysconfdir}/%{name}/db.php
%{_datadir}/%{name}/*.php
%{_datadir}/%{name}/images/
%{_datadir}/%{name}/include/
@ -100,6 +100,9 @@ fi
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
%changelog
* Fri Nov 23 2007 Mike McGrath <mmcgrath@redhat.com> - 0.8.7a-2
- db.php is now 640 instead of 660 - #396331
* Tue Nov 20 2007 Mike McGrath <mmcgrath@redhat.com> - 0.8.7a-1
- Upstream released new version
- Fixes for bug #391691 - CVE-2007-6035