From aac0cfd92ed31a4b67e69eac317e7debff53887c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Oct 2005 17:58:12 +0000 Subject: [PATCH] - Update from NSA 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. --- .cvsignore | 1 + libsemanage.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index ba481b5..1015c70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -14,3 +14,4 @@ libsemanage-1.3.11.tgz libsemanage-1.3.14.tgz libsemanage-1.3.18.tgz libsemanage-1.3.20.tgz +libsemanage-1.3.23.tgz diff --git a/libsemanage.spec b/libsemanage.spec index 5a9182c..d796f49 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,7 +1,7 @@ -%define libsepolver 1.9.19-1 +%define libsepolver 1.9.21-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 1.3.20 +Version: 1.3.23 Release: 1 License: GPL Group: System Environment/Libraries @@ -66,6 +66,17 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/semanage/*.h %changelog +* Tue Oct 17 2005 Dan Walsh 1.3.20-1 +- Update from NSA + * 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 1.3.20-1 - Update from NSA * Merged user and port APIs - policy database patch from Ivan diff --git a/sources b/sources index 59fcb5c..e40274a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a28c451018a6ec6cddbd3de23836572a libsemanage-1.3.20.tgz +d2f2e756a70a7a43ae323faf3634a029 libsemanage-1.3.23.tgz