- 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:
parent
ff57ee576b
commit
d6123fe3c1
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user