- Latest upgrade from NSA

Removed obsolete cond_check_type_rules() function and call and
    cond_optimize_lists() call from checkpolicy.c; these are handled during
    parsing and expansion now.
Updated calls to expand_module for interface change.
Changed checkmodule to verify that expand_module succeeds when building
    base modules.
Merged module compiler fixes from Joshua Brindle.
Removed direct calls to hierarchy_check_constraints() and
    check_assertions() from checkpolicy since they are now called
    internally by expand_module().
This commit is contained in:
Daniel J Walsh 2005-10-20 20:34:02 +00:00
parent acfce4cb75
commit af4dd8d071
3 changed files with 17 additions and 3 deletions

View File

@ -32,3 +32,4 @@ checkpolicy-1.27.8.tgz
checkpolicy-1.27.9.tgz
checkpolicy-1.27.10.tgz
checkpolicy-1.27.11.tgz
checkpolicy-1.27.16.tgz

View File

@ -1,7 +1,7 @@
%define libsepolver 1.9.21-1
%define libsepolver 1.9.23-1
Summary: SELinux policy compiler
Name: checkpolicy
Version: 1.27.11
Version: 1.27.16
Release: 1
License: GPL
Group: Development/System
@ -44,6 +44,19 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/checkpolicy.8.gz
%changelog
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.16-1
- Latest upgrade from NSA
* Removed obsolete cond_check_type_rules() function and call and
cond_optimize_lists() call from checkpolicy.c; these are handled
during parsing and expansion now.
* Updated calls to expand_module for interface change.
* Changed checkmodule to verify that expand_module succeeds
when building base modules.
* Merged module compiler fixes from Joshua Brindle.
* Removed direct calls to hierarchy_check_constraints() and
check_assertions() from checkpolicy since they are now called
internally by expand_module().
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.11-1
- Latest upgrade from NSA
* Updated for changes to sepol policydb_index_others interface.

View File

@ -1 +1 @@
818395004e2df274bf12aa3dacfb9b64 checkpolicy-1.27.11.tgz
425ed4fa903e77fe63b951257e73b9dd checkpolicy-1.27.16.tgz