- Upgrade to latest from NSA

Changed semanage_handle_create() to set do_reload based on
    is_selinux_enabled(). This prevents improper attempts to load policy on
    a non-SELinux system.
This commit is contained in:
Daniel J Walsh 2005-12-06 18:41:48 +00:00
parent ff57ee576b
commit d6123fe3c1
3 changed files with 15 additions and 2 deletions

View File

@ -36,3 +36,5 @@ libsemanage-1.3.53.tgz
libsemanage-1.3.56.tgz
libsemanage-1.3.59.tgz
libsemanage-1.3.61.tgz
libsemanage-1.3.63.tgz
libsemanage-1.3.64.tgz

View File

@ -1,7 +1,7 @@
%define libselinuxver 1.27.25-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.3.61
Version: 1.3.64
Release: 1
License: GPL
Group: System Environment/Libraries
@ -70,6 +70,17 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Tue Dec 6 2005 Dan Walsh <dwalsh@redhat.com> 1.3.64-1
- Upgrade to latest from NSA
* Changed semanage_handle_create() to set do_reload based on
is_selinux_enabled(). This prevents improper attempts to
load policy on a non-SELinux system.
* Mon Dec 5 2005 Dan Walsh <dwalsh@redhat.com> 1.3.63-1
- Upgrade to latest from NSA
* Dropped handle from user_del_role interface.
* Removed defrole interfaces.
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 1.3.61-1
- Upgrade to latest from NSA
* Merged Makefile python definitions patch from Dan Walsh.

View File

@ -1 +1 @@
04476def3d0cb8727c3a0ad14f5e5cd6 libsemanage-1.3.61.tgz
9ebc1bd292c8887b85c88fd72f5284f0 libsemanage-1.3.64.tgz