Don't turn off allow_ypbind SELinux boolean

Resolves: #741141
This commit is contained in:
Honza Horák 2011-09-26 12:44:23 +02:00
parent 4bf12aea86
commit e1739f9a43
2 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,6 @@ EnvironmentFile=-/etc/sysconfig/ypbind
ExecStartPre=/usr/lib/ypbind/ypbind-pre-setdomain
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
ExecStartPost=-/usr/sbin/setsebool allow_ypbind=0
ExecStartPost=/usr/lib/ypbind/ypbind-post-waitbind
[Install]

View File

@ -1,7 +1,7 @@
Summary: The NIS daemon which binds NIS clients to an NIS domain
Name: ypbind
Version: 1.33
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
@ -117,6 +117,10 @@ fi
%doc README NEWS COPYING
%changelog
* Mon Sep 26 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-7
- Don't turn off allow_ypbind SELinux boolean
Resolves: #741141
* Thu Sep 15 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-6
- Fixed systemd unit file
- Log messages when starting ypbind service made more verbose