- Upgrade to latest from NSA
Removed processing of system.users from sepol_genusers and dropped delusers logic. Removed policydb_destroy from error path of policydb_read, since create/init/destroy/free of policydb is handled by the caller now. Fixed sepol_module_package_read to handle a failed policydb_read properly. Merged query/exists and count patches from Ivan Gyurdiev. Merged fix for pruned types in expand code from Joshua Brindle. Merged new module package format code from Joshua Brindle.
This commit is contained in:
parent
467b5dd5f9
commit
80d5fef297
@ -58,3 +58,4 @@ libsepol-1.9.21.tgz
|
|||||||
libsepol-1.9.23.tgz
|
libsepol-1.9.23.tgz
|
||||||
libsepol-1.9.25.tgz
|
libsepol-1.9.25.tgz
|
||||||
libsepol-1.9.26.tgz
|
libsepol-1.9.26.tgz
|
||||||
|
libsepol-1.9.30.tgz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 1.9.26
|
Version: 1.9.30
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -79,6 +79,20 @@ exit 0
|
|||||||
%{_includedir}/sepol/policydb/*.h
|
%{_includedir}/sepol/policydb/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.9.30-1
|
||||||
|
- Upgrade to latest from NSA
|
||||||
|
* Removed processing of system.users from sepol_genusers and
|
||||||
|
dropped delusers logic.
|
||||||
|
* Removed policydb_destroy from error path of policydb_read,
|
||||||
|
since create/init/destroy/free of policydb is handled by the
|
||||||
|
caller now.
|
||||||
|
* Fixed sepol_module_package_read to handle a failed policydb_read
|
||||||
|
properly.
|
||||||
|
* Merged query/exists and count patches from Ivan Gyurdiev.
|
||||||
|
* Merged fix for pruned types in expand code from Joshua Brindle.
|
||||||
|
* Merged new module package format code from Joshua Brindle.
|
||||||
|
|
||||||
|
|
||||||
* Mon Oct 24 2005 Dan Walsh <dwalsh@redhat.com> 1.9.26-1
|
* Mon Oct 24 2005 Dan Walsh <dwalsh@redhat.com> 1.9.26-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Merged context interface cleanup, record conversion code,
|
* Merged context interface cleanup, record conversion code,
|
||||||
|
Loading…
Reference in New Issue
Block a user