Added check flag to expand_module() to control assertion and hierarchy

checking on expansion.
Reworked check_assertions() and hierarchy_check_constraints() to take
    handles and use callback-based error reporting.
Changed expand_module() to call check_assertions() and
    hierarchy_check_constraints() prior to returning the expanded policy.
This commit is contained in:
Daniel J Walsh 2005-10-20 20:23:56 +00:00
parent 4a81528b1e
commit 1910dd43b2
3 changed files with 13 additions and 3 deletions

View File

@ -55,3 +55,4 @@ libsepol-1.9.17.tgz
libsepol-1.9.18.tgz
libsepol-1.9.19.tgz
libsepol-1.9.21.tgz
libsepol-1.9.23.tgz

View File

@ -1,6 +1,6 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 1.9.21
Version: 1.9.23
Release: 1
License: GPL
Group: System Environment/Libraries
@ -79,7 +79,16 @@ exit 0
%{_includedir}/sepol/policydb/*.h
%changelog
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.19-1
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.23-1
* Added check flag to expand_module() to control assertion
and hierarchy checking on expansion.
* Reworked check_assertions() and hierarchy_check_constraints()
to take handles and use callback-based error reporting.
* Changed expand_module() to call check_assertions() and
hierarchy_check_constraints() prior to returning the expanded
policy.
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.21-1
- Upgrade to latest from NSA
* Changed sepol_module_package_set_file_contexts to copy the
file contexts data since it is internally managed.

View File

@ -1 +1 @@
774427219df3498c5485e61d8803d733 libsepol-1.9.21.tgz
e4bea847a239b1eeefcc5bbef6ae0775 libsepol-1.9.23.tgz