From 120d3b52ced94b07c8159e9074f46dd283e9cd74 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 3 Jan 2006 18:23:17 +0000 Subject: [PATCH] - Fix "libsemanage.parse_module_headers: Data did not represent a module." problem --- selinux-policy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index b30d9f42..a72b4665 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -7,7 +7,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.1.6 -Release: 23 +Release: 24 License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -114,7 +114,7 @@ fi %define rebuildpolicy() \ semodule -b /usr/share/selinux/%1/base.pp -s %1 \ -for file in $(ls /usr/share/selinux/%1 | grep -v base.pp) \ +for file in $(ls /usr/share/selinux/%1 | grep -v -e base.pp -e enableaudit.pp ) \ do \ semodule -i /usr/share/selinux/%1/$file -s %1;\ done; \ @@ -258,6 +258,9 @@ SELinux Reference policy strict base module. %endif %changelog +* Tue Jan 3 2006 Dan Walsh 2.1.6-24 +- Fix "libsemanage.parse_module_headers: Data did not represent a module." problem + * Tue Jan 3 2006 Dan Walsh 2.1.6-23 - Allow load_policy to read /etc/mtab