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
|
||||
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
|
||||
ExecStartPost=/usr/libexec/ypbind-post-waitbind
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -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 <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
|
||||
- Syncing help and man pages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user