From 3f207974748cf3aabb19a11b6ff0c31f05198788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Fri, 10 May 2013 10:43:02 +0200 Subject: [PATCH] Enable PrivateTmp feature, just for the case --- ypserv.service | 1 + ypserv.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ypserv.service b/ypserv.service index f6b1939..916d8e5 100644 --- a/ypserv.service +++ b/ypserv.service @@ -8,6 +8,7 @@ Type=notify NotifyAccess=all EnvironmentFile=-/etc/sysconfig/network ExecStart=/usr/sbin/ypserv -f $YPSERV_ARGS +PrivateTmp=true [Install] WantedBy=multi-user.target diff --git a/ypserv.spec b/ypserv.spec index 977d6bc..80f0146 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv Version: 2.31 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://www.linux-nis.org/download/ypserv/ypserv-%{version}.tar.bz2 @@ -258,6 +258,9 @@ fi %{_includedir}/*/* %changelog +* Thu May 09 2013 Honza Horak - 2.31-2 +- Enable PrivateTmp feature, just for the case + * Mon May 06 2013 Honza Horak - 2.31-1 - Update to new upstream version