From 1910dd43b2a44810e14500e46e5a194ad73324f8 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 20 Oct 2005 20:23:56 +0000 Subject: [PATCH] Added check flag to expand_module() to control assertion and hierarchy checking on expansion. Reworked check_assertions() and hierarchy_check_constraints() to take handles and use callback-based error reporting. Changed expand_module() to call check_assertions() and hierarchy_check_constraints() prior to returning the expanded policy. --- .cvsignore | 1 + libsepol.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index b573b69..8742f70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -55,3 +55,4 @@ libsepol-1.9.17.tgz libsepol-1.9.18.tgz libsepol-1.9.19.tgz libsepol-1.9.21.tgz +libsepol-1.9.23.tgz diff --git a/libsepol.spec b/libsepol.spec index 2736dd0..5efd77c 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.9.21 +Version: 1.9.23 Release: 1 License: GPL Group: System Environment/Libraries @@ -79,7 +79,16 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog -* Tue Oct 18 2005 Dan Walsh 1.9.19-1 +* Tue Oct 18 2005 Dan Walsh 1.9.23-1 + * Added check flag to expand_module() to control assertion + and hierarchy checking on expansion. + * Reworked check_assertions() and hierarchy_check_constraints() + to take handles and use callback-based error reporting. + * Changed expand_module() to call check_assertions() and + hierarchy_check_constraints() prior to returning the expanded + policy. + +* Tue Oct 18 2005 Dan Walsh 1.9.21-1 - Upgrade to latest from NSA * Changed sepol_module_package_set_file_contexts to copy the file contexts data since it is internally managed. diff --git a/sources b/sources index e02fb4d..be5889a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -774427219df3498c5485e61d8803d733 libsepol-1.9.21.tgz +e4bea847a239b1eeefcc5bbef6ae0775 libsepol-1.9.23.tgz