From 5ec822a112afcc732b6453863cede7229e2a485e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 Sep 2006 23:05:49 +0000 Subject: [PATCH] - Fix cron jobs to run under the correct context --- modules-mls.conf | 8 ++++++++ modules-targeted.conf | 7 ------- selinux-policy.spec | 9 ++++++--- seusers | 1 + seusers-targeted | 1 + 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/modules-mls.conf b/modules-mls.conf index 1ecc82da..0de3679a 100644 --- a/modules-mls.conf +++ b/modules-mls.conf @@ -993,3 +993,11 @@ setrans = base # Policy for OPENVPN full-featured SSL VPN solution # openvpn = base + +# Layer: services +# Module: smartmon +# +# Smart disk monitoring daemon policy +# +smartmon = base + diff --git a/modules-targeted.conf b/modules-targeted.conf index 380da4d9..52a3a37d 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -629,13 +629,6 @@ nscd = base # ppp = base -# Layer: services -# Module: smartmon -# -# Smart disk monitoring daemon policy -# -smartmon = off - # Layer: services # Module: ftp # diff --git a/selinux-policy.spec b/selinux-policy.spec index 615d728a..701bb437 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.3.14 -Release: 6 +Release: 7 License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -349,10 +349,13 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog -* Mon Sep 19 2006 Dan Walsh 2.3.14-6 +* Wed Sep 20 2006 Dan Walsh 2.3.14-7 +- Fix cron jobs to run under the correct context + +* Tue Sep 19 2006 Dan Walsh 2.3.14-6 - Fixes to make pppd work -* Mon Sep 19 2006 Dan Walsh 2.3.14-4 +* Mon Sep 18 2006 Dan Walsh 2.3.14-4 - Multiple policy fixes - Change max categories to 1023 diff --git a/seusers b/seusers index c1f934c1..461b003c 100644 --- a/seusers +++ b/seusers @@ -1,2 +1,3 @@ root:root:s0-s0:c0.c1023 +system_u:system_u:s0-s0:c0.c1023 __default__:user_u:s0 diff --git a/seusers-targeted b/seusers-targeted index c1f934c1..461b003c 100644 --- a/seusers-targeted +++ b/seusers-targeted @@ -1,2 +1,3 @@ root:root:s0-s0:c0.c1023 +system_u:system_u:s0-s0:c0.c1023 __default__:user_u:s0