- Tell init to reexec itself in post script
This commit is contained in:
parent
c521275b65
commit
d5c6e72c48
@ -1,8 +1,8 @@
|
|||||||
%define libsepolver 1.9.14-1
|
%define libsepolver 1.9.17-1
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.27.9
|
Version: 1.27.9
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Public domain (uncopyrighted)
|
License: Public domain (uncopyrighted)
|
||||||
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
|
||||||
@ -67,7 +67,10 @@ rm -f ${RPM_BUILD_ROOT}%{_sbindir}/selinuxdisable
|
|||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
/sbin/telinit U
|
||||||
|
exit 0
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -86,6 +89,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
|
||||||
|
- Tell init to reexec itself in post script
|
||||||
|
|
||||||
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
|
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
|
||||||
- Update to latest from NSA
|
- Update to latest from NSA
|
||||||
* Changed selinux_mkload_policy to try downgrading the
|
* Changed selinux_mkload_policy to try downgrading the
|
||||||
|
Loading…
Reference in New Issue
Block a user