From 272aa0b2e8240bb579c486b3453757e1b4162214 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Dec 14 2006 20:06:00 +0000 Subject: --- diff --git a/booleans-mls.conf b/booleans-mls.conf index f47dcfe..43e4b5f 100644 --- a/booleans-mls.conf +++ b/booleans-mls.conf @@ -215,3 +215,8 @@ allow_polyinstantiation = true # Allow mount command to mounton any directory # allow_mounton_anydir = true + +# Allow unlabeled packets to flow +# +allow_unlabeled_packets = true + diff --git a/selinux-policy.spec b/selinux-policy.spec index 4d6ccfa..2a4261b 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.4.6 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -351,10 +351,12 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog -* Thu Dec 12 2006 Dan Walsh 2.4.6-11 +* Wed Dec 13 2006 Dan Walsh 2.4.6-12 + +* Wed Dec 13 2006 Dan Walsh 2.4.6-11 Resolves: #218978 -* Thu Dec 12 2006 Dan Walsh 2.4.6-10 +* Tue Dec 12 2006 Dan Walsh 2.4.6-10 - Allow initrc to create files in /var directories Resolves: #219227