[openstack-heat] Change /var/log to not be world readable

Jeff Peeler jpeeler at fedoraproject.org
Mon Dec 8 20:04:39 UTC 2014


commit 1b4c25b48f0ad549e6c9225e27c6f588ccc4edbc
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Mon Dec 8 14:59:14 2014 -0500

    Change /var/log to not be world readable

 openstack-heat.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index 395173a..915791e 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -245,7 +245,7 @@ Components common to all OpenStack Heat services
 %{python_sitelib}/heat*
 %attr(-, root, heat) %{_datadir}/heat/heat-dist.conf
 %attr(-, root, heat) %{_datadir}/heat/api-paste-dist.ini
-%dir %attr(0755,heat,root) %{_localstatedir}/log/heat
+%dir %attr(0750,heat,root) %{_localstatedir}/log/heat
 %dir %attr(0755,heat,root) %{_localstatedir}/run/heat
 %dir %attr(0755,heat,root) %{_sharedstatedir}/heat
 %dir %attr(0755,heat,root) %{_sysconfdir}/heat


More information about the scm-commits mailing list