- Update from NSA
Merged default database from Ivan Gyurdiev. Merged removal of connect requirement in policydb backend from Ivan Gyurdiev. Merged commit locking fix and lock rename from Joshua Brindle. Merged transaction rollback in lock patch from Joshua Brindle. Changed default args for load_policy to be null, as it no longer takes a pathname argument and we want to preserve booleans. Merged move local dbase initialization patch from Ivan Gyurdiev. Merged acquire/release read lock in databases patch from Ivan Gyurdiev. Merged rename direct -> policydb as appropriate patch from Ivan Gyurdiev. Added calls to sepol_policy_file_set_handle interface prior to invoking sepol operations on policy files. Updated call to sepol_policydb_from_image to pass the handle.
This commit is contained in:
parent
aac0cfd92e
commit
31d65000f6
@ -15,3 +15,4 @@ libsemanage-1.3.14.tgz
|
||||
libsemanage-1.3.18.tgz
|
||||
libsemanage-1.3.20.tgz
|
||||
libsemanage-1.3.23.tgz
|
||||
libsemanage-1.3.24.tgz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define libsepolver 1.9.21-1
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 1.3.23
|
||||
Version: 1.3.24
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
@ -66,6 +66,23 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_includedir}/semanage/*.h
|
||||
|
||||
%changelog
|
||||
* Tue Oct 17 2005 Dan Walsh <dwalsh@redhat.com> 1.3.24-1
|
||||
- Update from NSA
|
||||
* Merged default database from Ivan Gyurdiev.
|
||||
* Merged removal of connect requirement in policydb backend from
|
||||
Ivan Gyurdiev.
|
||||
* Merged commit locking fix and lock rename from Joshua Brindle.
|
||||
* Merged transaction rollback in lock patch from Joshua Brindle.
|
||||
* Changed default args for load_policy to be null, as it no longer
|
||||
takes a pathname argument and we want to preserve booleans.
|
||||
* Merged move local dbase initialization patch from Ivan Gyurdiev.
|
||||
* Merged acquire/release read lock in databases patch from Ivan Gyurdiev.
|
||||
* Merged rename direct -> policydb as appropriate patch from Ivan Gyurdiev.
|
||||
* Added calls to sepol_policy_file_set_handle interface prior
|
||||
to invoking sepol operations on policy files.
|
||||
* Updated call to sepol_policydb_from_image to pass the handle.
|
||||
|
||||
|
||||
* Tue Oct 17 2005 Dan Walsh <dwalsh@redhat.com> 1.3.20-1
|
||||
- Update from NSA
|
||||
* Changed default args for load_policy to be null, as it no longer
|
||||
|
Loading…
Reference in New Issue
Block a user