This commit is contained in:
Daniel J Walsh 2006-12-14 20:06:00 +00:00
parent 3a51847bd9
commit 272aa0b2e8
2 changed files with 10 additions and 3 deletions

View File

@ -215,3 +215,8 @@ allow_polyinstantiation = true
# Allow mount command to mounton any directory # Allow mount command to mounton any directory
# #
allow_mounton_anydir = true allow_mounton_anydir = true
# Allow unlabeled packets to flow
#
allow_unlabeled_packets = true

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.4.6 Version: 2.4.6
Release: 11%{?dist} Release: 12%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz 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 %endif
%changelog %changelog
* Thu Dec 12 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-11 * Wed Dec 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-12
* Wed Dec 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-11
Resolves: #218978 Resolves: #218978
* Thu Dec 12 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-10 * Tue Dec 12 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-10
- Allow initrc to create files in /var directories - Allow initrc to create files in /var directories
Resolves: #219227 Resolves: #219227