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