- Upgrade to latest from NSA

Fixed use of policydb_from_image/to_image to ensure proper init of
    policydb.
1) policydb_read no longer calls policydb_init. Caller must do so first.
2) policydb_init no longer takes policy_type argument. Caller must set
    policy_type separately.
3) expand_module automatically enables the global branch. Caller no longer
    needs to do so.
4) policydb_write uses the policy_type and policyvers from the policydb
    itself, and sepol_set_policyvers() has been removed.
This commit is contained in:
Daniel J Walsh 2005-10-10 12:20:32 +00:00
parent 4dc90da283
commit 83b8afcf8d
3 changed files with 5 additions and 1 deletions

View File

@ -49,3 +49,4 @@ libsepol-1.9.10.tgz
libsepol-1.9.11.tgz
libsepol-1.19.12.tgz
libsepol-1.9.12.tgz
libsepol-1.9.14.tgz

View File

@ -71,6 +71,9 @@ rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
/%{_lib}/libsepol.so.1
%dir %{_includedir}/sepol
%dir %{_includedir}/sepol/policydb
%{_includedir}/sepol/policydb/*.h
%changelog
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.9.14-1

View File

@ -1 +1 @@
c43d718420b1435a45414c9bf0ea5e0b libsepol-1.9.12.tgz
e291c6730ffe67eb0e2db464183017b4 libsepol-1.9.14.tgz