- Allow xen to connect to xen port

This commit is contained in:
Daniel J Walsh 2006-11-10 20:37:08 +00:00
parent 1a986f04dc
commit 06b64f8c21
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ allow_execmod = false
# Allow making the stack executable via mprotect.Also requires allow_execmem. # Allow making the stack executable via mprotect.Also requires allow_execmem.
# #
allow_execstack = true allow_execstack = false
# Allow ftpd to read cifs directories. # Allow ftpd to read cifs directories.
# #

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.4.3 Version: 2.4.3
Release: 9 Release: 10
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -351,6 +351,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif %endif
%changelog %changelog
* Fri Nov 10 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-10
- Allow xen to connect to xen port
* Fri Nov 10 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-9 * Fri Nov 10 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-9
- Allow cups to search samba_etc_t directory - Allow cups to search samba_etc_t directory
- Allow xend_t to list auto_mountpoints - Allow xend_t to list auto_mountpoints