Enable PrivateTmp feature, just for the case
This commit is contained in:
parent
66bf03b39d
commit
3f20797474
@ -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
|
||||
|
@ -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 <hhorak@redhat.com> - 2.31-2
|
||||
- Enable PrivateTmp feature, just for the case
|
||||
|
||||
* Mon May 06 2013 Honza Horak <hhorak@redhat.com> - 2.31-1
|
||||
- Update to new upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user