rpms/selinux-policy/devel modules-targeted.conf, 1.100, 1.101 policy-20080710.patch, 1.37, 1.38 selinux-policy.spec, 1.705, 1.706

Daniel J Walsh dwalsh at fedoraproject.org
Thu Sep 18 19:34:43 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/selinux-policy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27576

Modified Files:
	modules-targeted.conf policy-20080710.patch 
	selinux-policy.spec 
Log Message:
* Thu Sep 18 2008 Dan Walsh <dwalsh at redhat.com> 3.5.8-2
- Fix labeling on new pm*log
- Allow ssh to bind to all nodes



Index: modules-targeted.conf
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/modules-targeted.conf,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- modules-targeted.conf	18 Sep 2008 14:19:06 -0000	1.100
+++ modules-targeted.conf	18 Sep 2008 19:34:12 -0000	1.101
@@ -489,7 +489,7 @@
 #
 # Hardware abstraction layer
 # 
-hal = base
+hal = module
 
 # Layer: services
 # Module: polkit

policy-20080710.patch:

Index: policy-20080710.patch
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/policy-20080710.patch,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- policy-20080710.patch	18 Sep 2008 14:19:06 -0000	1.37
+++ policy-20080710.patch	18 Sep 2008 19:34:12 -0000	1.38
@@ -16881,7 +16881,7 @@
 +
 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 @@
  
  /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


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.705
retrieving revision 1.706
diff -u -r1.705 -r1.706
--- selinux-policy.spec	12 Sep 2008 14:21:05 -0000	1.705
+++ selinux-policy.spec	18 Sep 2008 19:34:12 -0000	1.706
@@ -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 @@
 %endif
 
 %changelog
+* Thu Sep 18 2008 Dan Walsh <dwalsh at redhat.com> 3.5.8-2
+- Fix labeling on new pm*log
+- Allow ssh to bind to all nodes
+
 * Thu Sep 11 2008 Dan Walsh <dwalsh at redhat.com> 3.5.8-1
 - Merge upstream changes
 - Add Xavier Toth patches




More information about the fedora-extras-commits mailing list