From a0b4e0ffb71fc538c7b959121170e9cf04bf1606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Fri, 10 May 2013 10:44:00 +0200 Subject: [PATCH] Enable PrivateTmp feature, just for the case --- ypbind.service | 1 + ypbind.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ypbind.service b/ypbind.service index 29978d4..9e8d2ec 100644 --- a/ypbind.service +++ b/ypbind.service @@ -13,6 +13,7 @@ ExecStartPre=/usr/libexec/ypbind-pre-setdomain ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1 ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS ExecStartPost=/usr/libexec/ypbind-post-waitbind +PrivateTmp=true [Install] WantedBy=multi-user.target diff --git a/ypbind.spec b/ypbind.spec index 0acb192..c596278 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,7 +1,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain Name: ypbind Version: 1.37.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2 @@ -133,6 +133,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind %doc README NEWS COPYING %changelog +* Thu May 09 2013 Honza Horak - 3:1.37.1-3 +- Enable PrivateTmp feature, just for the case + * Tue May 07 2013 Honza Horak - 3:1.37.1-2 - Syncing help and man pages