- 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:
parent
0bc673768a
commit
4a81528b1e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user