From 201e1d333f6083070319bceb21b16b4acdb8c8a0 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 27 Sep 2006 19:49:43 +0000 Subject: [PATCH] - Fix dovecot, amanda --- booleans-mls.conf | 6 +++++- booleans-strict.conf | 6 +++++- booleans-targeted.conf | 4 ++++ selinux-policy.spec | 5 ++++- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/booleans-mls.conf b/booleans-mls.conf index e16359ee..7b866b67 100644 --- a/booleans-mls.conf +++ b/booleans-mls.conf @@ -206,4 +206,8 @@ user_ttyfile_stat = false # write_untrusted_content = false -spamd_enable_home_dirs = false \ No newline at end of file +spamd_enable_home_dirs = false + +# Allow login domains to polyinstatiate directories +# +allow_polyinstantiation = true diff --git a/booleans-strict.conf b/booleans-strict.conf index e16359ee..fc1ff8da 100644 --- a/booleans-strict.conf +++ b/booleans-strict.conf @@ -206,4 +206,8 @@ user_ttyfile_stat = false # write_untrusted_content = false -spamd_enable_home_dirs = false \ No newline at end of file +spamd_enable_home_dirs = false + +# Allow login domains to polyinstatiate directories +# +allow_polyinstantiation = false diff --git a/booleans-targeted.conf b/booleans-targeted.conf index 413c8e8c..d05e1290 100644 --- a/booleans-targeted.conf +++ b/booleans-targeted.conf @@ -217,3 +217,7 @@ write_untrusted_content = false # Allow all domains to talk to ttys # allow_domains_use_tty = false + +# Allow login domains to polyinstatiate directories +# +allow_polyinstantiation = false diff --git a/selinux-policy.spec b/selinux-policy.spec index 96c7d87a..b48ee341 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.3.16 -Release: 2 +Release: 3 License: GPL Group: System Environment/Base 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 %changelog +* Wed Sep 27 2006 Dan Walsh 2.3.16-3 +- Fix dovecot, amanda + * Mon Sep 25 2006 Dan Walsh 2.3.16-2 - Allow java execheap for itanium