update for release

This commit is contained in:
Chris PeBenito 2005-08-26 15:02:23 +00:00
parent 9439a25899
commit 37aa3ff267
3 changed files with 2 additions and 13 deletions

View File

@ -1,3 +1,4 @@
* Fri Aug 26 2005 Chris PeBenito <selinux@tresys.com> - 20050826
- Add Makefile support for building loadable modules.
- Add genclassperms.py tool to add require blocks
for loadable modules.

View File

@ -1 +1 @@
20050802
20050826

View File

@ -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