diff --git a/refpolicy/Changelog b/refpolicy/Changelog index b2912bc7..3bde38b9 100644 --- a/refpolicy/Changelog +++ b/refpolicy/Changelog @@ -1,3 +1,4 @@ +* Fri Aug 26 2005 Chris PeBenito - 20050826 - Add Makefile support for building loadable modules. - Add genclassperms.py tool to add require blocks for loadable modules. diff --git a/refpolicy/VERSION b/refpolicy/VERSION index c44387bb..46c76d02 100644 --- a/refpolicy/VERSION +++ b/refpolicy/VERSION @@ -1 +1 @@ -20050802 +20050826 diff --git a/refpolicy/support/selinux-refpolicy-sources.spec.skel b/refpolicy/support/selinux-refpolicy-sources.spec.skel index d401d2c9..71f6c78e 100644 --- a/refpolicy/support/selinux-refpolicy-sources.spec.skel +++ b/refpolicy/support/selinux-refpolicy-sources.spec.skel @@ -83,16 +83,4 @@ rm -fR $RPM_BUILD_ROOT %dir %{_sysconfdir}/selinux/%{type}/src/policy/policy/support %config %{_sysconfdir}/selinux/%{type}/src/policy/policy/support/* -%post -if [ -x /usr/sbin/selinuxenabled -a -f /etc/selinux/config ]; then - . /etc/selinux/config - if [ "${SELINUXTYPE}" = "%{type}" ] && /usr/sbin/selinuxenabled; then - make -C %{POLICYDIR}/src/policy load > /dev/null 2>&1 - [ -f %{FC_PRE} ] \ - && fixfiles -l /dev/null -C %{FC_PRE} restore \ - && rm -f %{FC_PRE} - fi -fi -exit 0 - %changelog