summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2012-08-08 12:59:35 +0200
committerTomas Hozza <thozza@redhat.com>2012-08-08 12:59:35 +0200
commitfd468c0f8061a6422bae508f12b4ec02e49959b2 (patch)
treee4114365252ae9b0ea09b0ece7850b42d297274b
parenta0133983199c505fcdca6cdad98c972740d033ba (diff)
downloadbind-fd468c0f8061a6422bae508f12b4ec02e49959b2.tar.gz
bind-fd468c0f8061a6422bae508f12b4ec02e49959b2.tar.xz
bind-fd468c0f8061a6422bae508f12b4ec02e49959b2.zip
Changed PrivateTmp to "false" in *-chroot.service unit files (#825869)
-rw-r--r--bind.spec5
-rw-r--r--named-chroot.service2
-rw-r--r--named-sdb-chroot.service2
3 files changed, 6 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index 88a8bda..0bcf82a 100644
--- a/bind.spec
+++ b/bind.spec
@@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.1
-Release: 7.%{PATCHVER}%{?dist}
+Release: 8.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -775,6 +775,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Wed Aug 08 2012 Tomas Hozza <thozza@redhat.com> 32:9.9.1-8.P2
+- Changed PrivateTmp to "false" in *-chroot.service unit files (#825869)
+
* Wed Aug 01 2012 Tomas Hozza <thozza@redhat.com> 32:9.9.1-7.P2
- Fixed bind-devel multilib conflict (#478718)
diff --git a/named-chroot.service b/named-chroot.service
index 193fc1f..6cbb350 100644
--- a/named-chroot.service
+++ b/named-chroot.service
@@ -23,7 +23,7 @@ ExecReload=/bin/sh -c '/usr/sbin/rndc reload > /dev/null 2>&1 || /bin/kill -HUP
ExecStop=/bin/sh -c '/usr/sbin/rndc stop > /dev/null 2>&1 || /bin/kill -TERM $MAINPID'
ExecStopPost=/usr/libexec/setup-named-chroot.sh /var/named/chroot off
-PrivateTmp=true
+PrivateTmp=false
TimeoutSec=25
[Install]
diff --git a/named-sdb-chroot.service b/named-sdb-chroot.service
index 85cd10c..4259c7c 100644
--- a/named-sdb-chroot.service
+++ b/named-sdb-chroot.service
@@ -23,7 +23,7 @@ ExecReload=/bin/sh -c '/usr/sbin/rndc reload > /dev/null 2>&1 || /bin/kill -HUP
ExecStop=/bin/sh -c '/usr/sbin/rndc stop > /dev/null 2>&1 || /bin/kill -TERM $MAINPID'
ExecStopPost=/usr/libexec/setup-named-chroot.sh /var/named/chroot off
-PrivateTmp=true
+PrivateTmp=false
TimeoutSec=25
[Install]