From b637d9832542d77de00105ae370c92a00df38c0a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Jun 12 2006 14:51:08 +0000 Subject: - Allow useradd to create_home_dir in MLS environment --- diff --git a/modules-mls.conf b/modules-mls.conf index 077be58..1ecc82d 100644 --- a/modules-mls.conf +++ b/modules-mls.conf @@ -935,7 +935,7 @@ mount = base # # The unconfined domain. # -unconfined = base +unconfined = off # Layer: system # Module: miscfiles diff --git a/selinux-policy.spec b/selinux-policy.spec index 335ad48..abe12cf 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -16,7 +16,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.2.45 -Release: 1 +Release: 2 License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -336,6 +336,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog +* Mon Jun 12 2006 Dan Walsh 2.2.45-2 +- Allow useradd to create_home_dir in MLS environment + * Thu Jun 8 2006 Dan Walsh 2.2.45-1 - Update from upstream