- Upgrade to latest from NSA

Changed sepol_module_package_set_file_contexts to copy the file contexts
    data since it is internally managed.
Added sepol_policy_file_set_handle interface to associate a handle with a
    policy file.
Added handle argument to policydb_from_image/to_image.
Added sepol_module_package_set_file_contexts interface.
Dropped sepol_module_package_create_file interface.
Reworked policydb_read/write, policydb_from_image/to_image, and
    sepol_module_package_read/write to use callback-based error reporting
    system rather than DEBUG.
This commit is contained in:
Daniel J Walsh 2005-10-18 17:43:53 +00:00
parent 0bc673768a
commit 4a81528b1e
3 changed files with 16 additions and 2 deletions

View File

@ -54,3 +54,4 @@ libsepol-1.9.14.1.tgz
libsepol-1.9.17.tgz
libsepol-1.9.18.tgz
libsepol-1.9.19.tgz
libsepol-1.9.21.tgz

View File

@ -1,6 +1,6 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 1.9.19
Version: 1.9.21
Release: 1
License: GPL
Group: System Environment/Libraries
@ -79,6 +79,19 @@ exit 0
%{_includedir}/sepol/policydb/*.h
%changelog
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.19-1
- Upgrade to latest from NSA
* Changed sepol_module_package_set_file_contexts to copy the
file contexts data since it is internally managed.
* Added sepol_policy_file_set_handle interface to associate
a handle with a policy file.
* Added handle argument to policydb_from_image/to_image.
* Added sepol_module_package_set_file_contexts interface.
* Dropped sepol_module_package_create_file interface.
* Reworked policydb_read/write, policydb_from_image/to_image,
and sepol_module_package_read/write to use callback-based error
reporting system rather than DEBUG.
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.19-1
- Upgrade to latest from NSA
* Reworked link_packages, link_modules, and expand_module to use

View File

@ -1 +1 @@
67588df7b4116f0fdb5d0236ec1ed386 libsepol-1.9.19.tgz
774427219df3498c5485e61d8803d733 libsepol-1.9.21.tgz