- Fix dovecot, amanda

This commit is contained in:
Daniel J Walsh 2006-09-27 19:49:43 +00:00
parent d25a3eebb6
commit 201e1d333f
4 changed files with 18 additions and 3 deletions

View File

@ -207,3 +207,7 @@ user_ttyfile_stat = false
write_untrusted_content = false write_untrusted_content = false
spamd_enable_home_dirs = false spamd_enable_home_dirs = false
# Allow login domains to polyinstatiate directories
#
allow_polyinstantiation = true

View File

@ -207,3 +207,7 @@ user_ttyfile_stat = false
write_untrusted_content = false write_untrusted_content = false
spamd_enable_home_dirs = false spamd_enable_home_dirs = false
# Allow login domains to polyinstatiate directories
#
allow_polyinstantiation = false

View File

@ -217,3 +217,7 @@ write_untrusted_content = false
# Allow all domains to talk to ttys # Allow all domains to talk to ttys
# #
allow_domains_use_tty = false allow_domains_use_tty = false
# Allow login domains to polyinstatiate directories
#
allow_polyinstantiation = false

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.3.16 Version: 2.3.16
Release: 2 Release: 3
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -349,6 +349,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif %endif
%changelog %changelog
* Wed Sep 27 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-3
- Fix dovecot, amanda
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-2 * Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-2
- Allow java execheap for itanium - Allow java execheap for itanium