diff --git a/.cvsignore b/.cvsignore index 4fd8058..4bd02b8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -35,3 +35,4 @@ serefpolicy-2.2.7.tgz serefpolicy-2.2.8.tgz serefpolicy-2.2.9.tgz serefpolicy-2.2.10.tgz +serefpolicy-2.2.11.tgz diff --git a/selinux-policy.spec b/selinux-policy.spec index c4c7c0d..0aac71f 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -5,7 +5,7 @@ %define CHECKPOLICYVER 1.28-3 Summary: SELinux policy configuration Name: selinux-policy -Version: 2.2.10 +Version: 2.2.11 Release: 1 License: GPL Group: System Environment/Base @@ -121,9 +121,8 @@ fi %define rebuildpolicy() \ ( cd /usr/share/selinux/%1; \ -semodule -b base.pp -s %1; \ x=`ls | grep -v -e base.pp -e enableaudit.pp | awk '{ print "-i " $1 }'`; \ -[ -z "$x" ] || semodule $x -s %1; \ +semodule -b base.pp $x -s %1; \ );\ rm -f %{_sysconfdir}/selinux/%1/policy/policy.*.rpmnew @@ -296,6 +295,10 @@ SELinux Reference policy development files %changelog +* Fri Feb 3 2006 Dan Walsh 2.2.11-1 +- Fixes for mcs +- Turn on mount and fsadm for unconfined_t + * Wed Feb 1 2006 Dan Walsh 2.2.10-1 - Fixes for the -devel package diff --git a/sources b/sources index 148720c..35dce29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b89cd3e61692bd15973e4f74ac3f2bec serefpolicy-2.2.10.tgz +5ebd15e9870ac40f8be45b5a999750cb serefpolicy-2.2.11.tgz