changed permissions on db.php - #396331
This commit is contained in:
parent
241888925d
commit
fd5d087c74
@ -1,6 +1,6 @@
|
|||||||
Name: cacti
|
Name: cacti
|
||||||
Version: 0.8.7a
|
Version: 0.8.7a
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: An rrd based graphing tool
|
Summary: An rrd based graphing tool
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -82,7 +82,7 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/cron.d/cacti
|
%config(noreplace) %{_sysconfdir}/cron.d/cacti
|
||||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/cacti.conf
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/cacti.conf
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
%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}/*.php
|
||||||
%{_datadir}/%{name}/images/
|
%{_datadir}/%{name}/images/
|
||||||
%{_datadir}/%{name}/include/
|
%{_datadir}/%{name}/include/
|
||||||
@ -100,6 +100,9 @@ fi
|
|||||||
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
|
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 20 2007 Mike McGrath <mmcgrath@redhat.com> - 0.8.7a-1
|
||||||
- Upstream released new version
|
- Upstream released new version
|
||||||
- Fixes for bug #391691 - CVE-2007-6035
|
- Fixes for bug #391691 - CVE-2007-6035
|
||||||
|
Loading…
Reference in New Issue
Block a user