On Fri, 14 Jan 2011, Julien Cristau <jcris...@debian.org> wrote:
> Thanks.  I've unblocked refpolicy and selinux-basics, they should get in
> over the weekend.

I've just uploaded selinux-basics version 0.3.8.  The diff is below.  The 
change is that if dkim.pp is loaded then milter.pp (the new dependency of 
dkim.pp for Squeeze) will be loaded.  It would be good if we could get this in 
for Squeeze.

Also Manoj, we will have to change how this works for Squeeze+1.  I think that 
we probably need selinux-policy-upgrade to call a script that is provided by 
the policy that is installed (currently just selinux-policy-default and 
selinux-policy-mls).

diff -ru selinux-basics-0.3.7/selinux-policy-upgrade selinux-
basics-0.3.8/selinux-policy-upgrade
--- selinux-basics-0.3.7/selinux-policy-upgrade 2011-01-07 09:35:07.000000000 
+1100
+++ selinux-basics-0.3.8/selinux-policy-upgrade 2011-01-23 14:52:04.512740762 
+1100
@@ -20,4 +20,6 @@
   if [ -e $n.pp ]; then
     echo -n " -i $n.pp"
   fi
-done)
+done
+semodule -l|grep -q dkim && echo -n " -i milter.pp"
+)

-- 
russ...@coker.com.au
http://etbe.coker.com.au/          My Main Blog
http://doc.coker.com.au/           My Documents Blog



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to