Enable PrivateTmp feature, just for the case
This commit is contained in:
parent
9ea112dbec
commit
a0b4e0ffb7
@ -13,6 +13,7 @@ ExecStartPre=/usr/libexec/ypbind-pre-setdomain
|
|||||||
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1
|
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1
|
||||||
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
|
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
|
||||||
ExecStartPost=/usr/libexec/ypbind-post-waitbind
|
ExecStartPost=/usr/libexec/ypbind-post-waitbind
|
||||||
|
PrivateTmp=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
||||||
Name: ypbind
|
Name: ypbind
|
||||||
Version: 1.37.1
|
Version: 1.37.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2
|
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
|
%doc README NEWS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 09 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-3
|
||||||
|
- Enable PrivateTmp feature, just for the case
|
||||||
|
|
||||||
* Tue May 07 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-2
|
* Tue May 07 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-2
|
||||||
- Syncing help and man pages
|
- Syncing help and man pages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user