From cc1be2260f9a96311846c79239946f51f486f238 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Feb 23 2007 15:35:01 +0000 Subject: - Revert Nemiver change - Set sudo as a corecmd so prelink will work, remove sudoedit mapping, since this will not work, it does not transition. - Allow samba to execute useradd --- diff --git a/booleans-mls.conf b/booleans-mls.conf index 2750f0b..fbc359f 100644 --- a/booleans-mls.conf +++ b/booleans-mls.conf @@ -220,3 +220,6 @@ allow_mounton_anydir = true # allow_unlabeled_packets = true +# Allow samba to act as the domain controller +# +samba_domain_controller = false diff --git a/booleans-strict.conf b/booleans-strict.conf index ba35ade..041473b 100644 --- a/booleans-strict.conf +++ b/booleans-strict.conf @@ -222,3 +222,7 @@ user_ping = true # Allow unlabeled packets to flow # allow_unlabeled_packets = true + +# Allow samba to act as the domain controller +# +samba_domain_controller = false diff --git a/booleans-targeted.conf b/booleans-targeted.conf index 54d9c42..2273da7 100644 --- a/booleans-targeted.conf +++ b/booleans-targeted.conf @@ -233,3 +233,8 @@ allow_mounton_anydir = true # Allow unlabeled packets to flow # allow_unlabeled_packets = true + +# Allow samba to act as the domain controller +# +samba_domain_controller = false + diff --git a/selinux-policy.spec b/selinux-policy.spec index 13bff52..809cf03 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -214,8 +214,8 @@ cp -f ${RPM_SOURCE_DIR}/modules-strict.conf ./policy/modules.conf %if %{BUILD_MLS} # Build mls policy -%setupCmds mls strict-mls n y -%installCmds mls strict-mls n y +%setupCmds mls strict-mls y y +%installCmds mls strict-mls y y %endif %clean @@ -356,6 +356,14 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog +* Wed Feb 21 2007 Dan Walsh 2.5.4-2 +- Revert Nemiver change +- Set sudo as a corecmd so prelink will work, remove sudoedit mapping, since this will not work, it does not transition. +- Allow samba to execute useradd + +* Tue Feb 20 2007 Dan Walsh 2.5.4-1 +- Upgrade to the latest from upstream + * Thu Feb 15 2007 Dan Walsh 2.5.3-3 - Add sepolgen support - Add bugzilla policy