- Update from NSA

Updated to use get interfaces for hidden sepol_module_package type.
Changed semanage_expand_sandbox and semanage_install_active to
    generate/install the latest policy version supported by libsepol by
    default (unless overridden by semanage.conf), since libselinux will now
    downgrade automatically for load_policy.
Merged new callback-based error reporting system and ongoing database work
    from Ivan Gyurdiev.
This commit is contained in:
Daniel J Walsh 2005-10-14 12:32:19 +00:00
parent e479f60948
commit 43db24251e
3 changed files with 15 additions and 4 deletions

View File

@ -11,3 +11,4 @@ libsemanage-1.3.8.tgz
libsemanage-1.3.9.tgz
libsemanage-1.3.10.tgz
libsemanage-1.3.11.tgz
libsemanage-1.3.14.tgz

View File

@ -1,7 +1,7 @@
%define libsepolver 1.9.14-1
%define libsepolver 1.9.17-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.3.11
Version: 1.3.14
Release: 1
License: GPL
Group: System Environment/Libraries
@ -66,7 +66,17 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Mon Oct 12 2005 Dan Walsh <dwalsh@redhat.com> 1.3.11-1
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.3.14-1
- Update from NSA
* Updated to use get interfaces for hidden sepol_module_package type.
* Changed semanage_expand_sandbox and semanage_install_active
to generate/install the latest policy version supported by libsepol
by default (unless overridden by semanage.conf), since libselinux
will now downgrade automatically for load_policy.
* Merged new callback-based error reporting system and ongoing
database work from Ivan Gyurdiev.
* Wed Oct 12 2005 Dan Walsh <dwalsh@redhat.com> 1.3.11-1
- Update from NSA
* Fixed semanage_install_active() to use the same logic for
selecting a policy version as semanage_expand_sandbox(). Dropped

View File

@ -1 +1 @@
c291455a1168700d03b5e2d8fcb1869a libsemanage-1.3.11.tgz
0e80d35d35fc55ac2b44a145b5af4000 libsemanage-1.3.14.tgz