remove telinit -u, no longer needed
This commit is contained in:
parent
792921f4eb
commit
454774e22d
@ -4,7 +4,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.64
|
Version: 2.0.64
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
@ -99,8 +99,6 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
[ -x /sbin/telinit -a -p /dev/initctl -a -f /proc/1/exe -a -d /proc/1/root ] &&
|
|
||||||
/sbin/telinit u
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -138,6 +136,9 @@ exit 0
|
|||||||
%{python_sitearch}/selinux/*
|
%{python_sitearch}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 16 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-3
|
||||||
|
- libselinux no longer neets to telnet -u in post install
|
||||||
|
|
||||||
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-2
|
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-2
|
||||||
- Add sedefaultcon and setconlist commands to dump login context
|
- Add sedefaultcon and setconlist commands to dump login context
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user