diff --git a/modules-targeted.conf b/modules-targeted.conf index 533af17..8c09075 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -489,7 +489,7 @@ gnomeclock = module # # Hardware abstraction layer # -hal = base +hal = module # Layer: services # Module: polkit diff --git a/policy-20080710.patch b/policy-20080710.patch index 485411e..7ec3bb3 100644 --- a/policy-20080710.patch +++ b/policy-20080710.patch @@ -16881,7 +16881,7 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/pol + diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.fc serefpolicy-3.5.8/policy/modules/services/hal.fc --- nsaserefpolicy/policy/modules/services/hal.fc 2008-08-07 11:15:11.000000000 -0400 -+++ serefpolicy-3.5.8/policy/modules/services/hal.fc 2008-09-17 08:49:08.000000000 -0400 ++++ serefpolicy-3.5.8/policy/modules/services/hal.fc 2008-09-18 14:35:46.000000000 -0400 @@ -9,6 +9,7 @@ /usr/libexec/hal-system-sonypic -- gen_context(system_u:object_r:hald_sonypic_exec_t,s0) /usr/libexec/hald-addon-macbookpro-backlight -- gen_context(system_u:object_r:hald_mac_exec_t,s0) @@ -16890,6 +16890,15 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/pol /usr/sbin/hald -- gen_context(system_u:object_r:hald_exec_t,s0) +@@ -17,7 +18,7 @@ + /var/lib/hal(/.*)? gen_context(system_u:object_r:hald_var_lib_t,s0) + + /var/log/pm(/.*)? gen_context(system_u:object_r:hald_log_t,s0) +-/var/log/pm-suspend\.log gen_context(system_u:object_r:hald_log_t,s0) ++/var/log/pm-.*\.log gen_context(system_u:object_r:hald_log_t,s0) + + /var/run/hald(/.*)? gen_context(system_u:object_r:hald_var_run_t,s0) + /var/run/haldaemon\.pid -- gen_context(system_u:object_r:hald_var_run_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.if serefpolicy-3.5.8/policy/modules/services/hal.if --- nsaserefpolicy/policy/modules/services/hal.if 2008-08-07 11:15:11.000000000 -0400 +++ serefpolicy-3.5.8/policy/modules/services/hal.if 2008-09-17 08:49:08.000000000 -0400 diff --git a/selinux-policy.spec b/selinux-policy.spec index 219eae0..39380cb 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.5.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -381,6 +381,10 @@ exit 0 %endif %changelog +* Thu Sep 18 2008 Dan Walsh 3.5.8-2 +- Fix labeling on new pm*log +- Allow ssh to bind to all nodes + * Thu Sep 11 2008 Dan Walsh 3.5.8-1 - Merge upstream changes - Add Xavier Toth patches