- 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:
parent
acfce4cb75
commit
af4dd8d071
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user