[openstack-glance/f17] Set PrivateTmp=true in glance systemd unit files.

Russell Bryant russellb at fedoraproject.org
Mon Feb 13 15:55:20 UTC 2012


commit 422d54bc927a23b2ccdac5bb9d46a11d96c1c1f8
Author: Russell Bryant <rbryant at redhat.com>
Date:   Thu Feb 9 19:14:09 2012 -0500

    Set PrivateTmp=true in glance systemd unit files.

 openstack-glance-api.service      |    1 +
 openstack-glance-registry.service |    1 +
 openstack-glance.spec             |    5 ++++-
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openstack-glance-api.service b/openstack-glance-api.service
index 7958f84..a523197 100644
--- a/openstack-glance-api.service
+++ b/openstack-glance-api.service
@@ -6,6 +6,7 @@ After=syslog.target network.target
 Type=simple
 User=glance
 ExecStart=/usr/bin/glance-api --config-file /etc/glance/glance-api.conf
+PrivateTmp=true
 
 [Install]
 WantedBy=multi-user.target
diff --git a/openstack-glance-registry.service b/openstack-glance-registry.service
index 18a60ae..28d8158 100644
--- a/openstack-glance-registry.service
+++ b/openstack-glance-registry.service
@@ -6,6 +6,7 @@ After=syslog.target network.target
 Type=simple
 User=glance
 ExecStart=/usr/bin/glance-registry --config-file /etc/glance/glance-registry.conf
+PrivateTmp=true
 
 [Install]
 WantedBy=multi-user.target
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 0a6ade0..efab706 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2012.1
-Release:          0.2.e3%{?dist}
+Release:          0.3.e3%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -217,6 +217,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Thu Feb 09 2012 Russell Bryant <rbryant at redhat.com> - 2012.1-0.3.e3
+- Set PrivateTmp=true in glance systemd unit files. (rhbz#782505)
+
 * Mon Jan 30 2012 Russell Bryant <rbryant at redhat.com> - 2012.1-0.2.e3
 - Update how patches are managed to use update_patches.sh script
 


More information about the scm-commits mailing list