From a87f3eb865db448b2e76744aabb26dd128260139 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 09 2007 21:21:41 +0000 Subject: - Allow rsync to backup all files on a system via a boolean --- diff --git a/policy-20070501.patch b/policy-20070501.patch index 40fadf2..f64cc05 100644 --- a/policy-20070501.patch +++ b/policy-20070501.patch @@ -5510,7 +5510,7 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/exim --- nsaserefpolicy/policy/modules/services/exim.fc 1969-12-31 19:00:00.000000000 -0500 +++ serefpolicy-2.6.4/policy/modules/services/exim.fc 2007-10-05 09:28:27.000000000 -0400 @@ -0,0 +1,16 @@ -+# $Id: policy-20070501.patch,v 1.65 2007/10/09 21:09:45 dwalsh Exp $ ++# $Id: policy-20070501.patch,v 1.66 2007/10/09 21:21:41 dwalsh Exp $ +# Draft SELinux refpolicy module for the Exim MTA +# +# Devin Carraway @@ -5691,7 +5691,7 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/exim --- nsaserefpolicy/policy/modules/services/exim.te 1969-12-31 19:00:00.000000000 -0500 +++ serefpolicy-2.6.4/policy/modules/services/exim.te 2007-10-05 09:28:22.000000000 -0400 @@ -0,0 +1,229 @@ -+# $Id: policy-20070501.patch,v 1.65 2007/10/09 21:09:45 dwalsh Exp $ ++# $Id: policy-20070501.patch,v 1.66 2007/10/09 21:21:41 dwalsh Exp $ +# Draft SELinux refpolicy module for the Exim MTA +# +# Devin Carraway @@ -5986,8 +5986,8 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/ftp. tunable_policy(`ftp_home_dir && use_nfs_home_dirs',` diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.fc serefpolicy-2.6.4/policy/modules/services/hal.fc --- nsaserefpolicy/policy/modules/services/hal.fc 2007-05-07 14:51:01.000000000 -0400 -+++ serefpolicy-2.6.4/policy/modules/services/hal.fc 2007-10-05 09:47:34.000000000 -0400 -@@ -2,15 +2,25 @@ ++++ serefpolicy-2.6.4/policy/modules/services/hal.fc 2007-10-09 17:19:50.000000000 -0400 +@@ -2,15 +2,22 @@ /etc/hal/device\.d/printer_remove\.hal -- gen_context(system_u:object_r:hald_exec_t,s0) /etc/hal/capability\.d/printer_update\.hal -- gen_context(system_u:object_r:hald_exec_t,s0) @@ -6011,12 +6011,9 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal. +/usr/libexec/hald-addon-macbookpro-backlight -- gen_context(system_u:object_r:hald_mac_exec_t,s0) +/usr/libexec/hal-system-sonypic -- gen_context(system_u:object_r:hald_sonypic_exec_t,s0) + -+/var/log/pm-suspend.log gen_context(system_u:object_r:hald_log_t,s0) -+ -+/var/run/pm(/.*)? gen_context(system_u:object_r:hald_var_run_t,s0) -+/var/log/pm(/.*)? gen_context(system_u:object_r:hald_log_t,s0) + +/var/run/pm(/.*)? gen_context(system_u:object_r:hald_var_run_t,s0) ++/var/log/pm-suspend.log gen_context(system_u:object_r:hald_log_t,s0) +/var/log/pm(/.*)? gen_context(system_u:object_r:hald_log_t,s0) diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.if serefpolicy-2.6.4/policy/modules/services/hal.if --- nsaserefpolicy/policy/modules/services/hal.if 2007-05-07 14:51:01.000000000 -0400 diff --git a/selinux-policy.spec b/selinux-policy.spec index 17945c6..8fc7aa1 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.6.4 -Release: 47%{?dist} +Release: 48%{?dist} License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -361,6 +361,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog +* Mon Oct 8 2007 Dan Walsh 2.6.4-48 +- Allow rsync to backup all files on a system via a boolean + * Thu Oct 4 2007 Dan Walsh 2.6.4-47 - Fixes for proftp