From 724f9037b64cba3c007a9b1ee336a083e2a9fab6 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 12 2005 19:34:29 +0000 Subject: - 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. --- diff --git a/.cvsignore b/.cvsignore index 3b4e032..c2ae8ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -50,3 +50,4 @@ libsepol-1.9.11.tgz libsepol-1.19.12.tgz libsepol-1.9.12.tgz libsepol-1.9.14.tgz +libsepol-1.9.14.1.tgz diff --git a/libsepol.spec b/libsepol.spec index decedf3..0c86487 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.9.14 +Version: 1.9.14.1 Release: 1 License: GPL Group: System Environment/Libraries @@ -76,7 +76,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/sepol/policydb/*.h %changelog -* Mon Oct 10 2005 Dan Walsh 1.9.14-1 +* Mon Oct 10 2005 Dan Walsh 1.9.14.1-1 - Upgrade to latest from NSA * Fixed use of policydb_from_image/to_image to ensure proper init of policydb. diff --git a/sources b/sources index ea10b1e..ac7c6d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c5d4f7b823624d11aa63f5d692fab14 libsepol-1.9.14.tgz +2db9a279e8f858c87dd7960d02a25e60 libsepol-1.9.14.1.tgz