[openstack-cinder] Tighten permissions on /var/log/cinder

Eric Harney eharney at fedoraproject.org
Thu Sep 19 22:20:21 UTC 2013


commit 9f92c1183ec53fbabfea9433771041cb3f8ed79d
Author: Eric Harney <eharney at redhat.com>
Date:   Thu Sep 19 17:48:29 2013 -0400

    Tighten permissions on /var/log/cinder

 openstack-cinder.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 85503d8..7578a52 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -271,7 +271,7 @@ fi
 %config(noreplace) %{_sysconfdir}/tgt/conf.d/cinder.conf
 %attr(-, root, cinder) %{_datadir}/cinder/cinder-dist.conf
 
-%dir %attr(0755, cinder, root) %{_localstatedir}/log/cinder
+%dir %attr(0750, cinder, root) %{_localstatedir}/log/cinder
 %dir %attr(0755, cinder, root) %{_localstatedir}/run/cinder
 %dir %attr(0755, cinder, root) %{_sysconfdir}/cinder/volumes
 
@@ -297,6 +297,7 @@ fi
 %changelog
 * Wed Sep 18 2013 Eric Harney <eharney at redhat.com> - 2013.2-0.9.b3
 - Add cinder-dist.conf
+- Tighten permissions on /var/log/cinder
 
 * Mon Sep 9 2013 Eric Harney <eharney at redhat.com> - 2013.2-0.8.b3
 - Update to Havana milestone 3


More information about the scm-commits mailing list