rpms/selinux-policy/devel Makefile.devel, 1.8, 1.9 policy-20070703.patch, 1.32, 1.33 selinux-policy.spec, 1.495, 1.496

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Sat Aug 11 11:18:42 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/selinux-policy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10716

Modified Files:
	Makefile.devel policy-20070703.patch selinux-policy.spec 
Log Message:
* Sat Aug 11 2007 Dan Walsh <dwalsh at redhat.com> 3.0.5-6
- Fix Makefile for building policy modules



Index: Makefile.devel
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/Makefile.devel,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.devel	2 Oct 2006 19:45:00 -0000	1.8
+++ Makefile.devel	11 Aug 2007 11:18:09 -0000	1.9
@@ -10,15 +10,13 @@
 endif
 
 ifeq ($(MLSENABLED),1)
-	MCSFLAG=-mcs
+	TYPE ?= mcs
 endif
 
 ifeq ($(NAME), mls)
-	NAME = strict
-	MCSFLAG = -mls
+	TYPE ?= mls
 endif
 
-TYPE ?= $(NAME)${MCSFLAG}
 HEADERDIR := $(SHAREDIR)/devel/include
 include $(HEADERDIR)/Makefile
 

policy-20070703.patch:

Index: policy-20070703.patch
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/policy-20070703.patch,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- policy-20070703.patch	10 Aug 2007 20:04:48 -0000	1.32
+++ policy-20070703.patch	11 Aug 2007 11:18:09 -0000	1.33
@@ -9474,7 +9474,7 @@
 +/var/cache/ldconfig(/.*)?			    	gen_context(system_u:object_r:ld_so_cache_t,s0)
 diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/libraries.te serefpolicy-3.0.5/policy/modules/system/libraries.te
 --- nsaserefpolicy/policy/modules/system/libraries.te	2007-08-02 08:17:28.000000000 -0400
-+++ serefpolicy-3.0.5/policy/modules/system/libraries.te	2007-08-07 10:11:06.000000000 -0400
++++ serefpolicy-3.0.5/policy/modules/system/libraries.te	2007-08-11 06:57:43.000000000 -0400
 @@ -46,7 +46,7 @@
  
  allow ldconfig_t self:capability sys_chroot;
@@ -10693,7 +10693,7 @@
  ########################################
 diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/sysnetwork.te serefpolicy-3.0.5/policy/modules/system/sysnetwork.te
 --- nsaserefpolicy/policy/modules/system/sysnetwork.te	2007-07-25 10:37:42.000000000 -0400
-+++ serefpolicy-3.0.5/policy/modules/system/sysnetwork.te	2007-08-07 09:39:49.000000000 -0400
++++ serefpolicy-3.0.5/policy/modules/system/sysnetwork.te	2007-08-10 16:21:05.000000000 -0400
 @@ -45,7 +45,7 @@
  dontaudit dhcpc_t self:capability sys_tty_config;
  # for access("/etc/bashrc", X_OK) on Red Hat
@@ -10714,7 +10714,7 @@
  	optional_policy(`
  		networkmanager_dbus_chat(dhcpc_t)
  	')
-@@ -205,7 +209,11 @@
+@@ -205,7 +209,13 @@
  optional_policy(`
  	# dhclient sometimes starts ntpd
  	init_exec_script_files(dhcpc_t)
@@ -10723,10 +10723,12 @@
 +optional_policy(`
  	ntp_domtrans(dhcpc_t)
 +	ntp_domtrans_ntpdate(dhcpc_t)
++	ntp_manage_pid(dhcpc_t)
++	ntp_signal(dhcpc_t)
  ')
  
  optional_policy(`
-@@ -216,6 +224,7 @@
+@@ -216,6 +226,7 @@
  optional_policy(`
  	seutil_sigchld_newrole(dhcpc_t)
  	seutil_dontaudit_search_config(dhcpc_t)
@@ -10734,7 +10736,7 @@
  ')
  
  optional_policy(`
-@@ -280,6 +289,8 @@
+@@ -280,6 +291,8 @@
  fs_getattr_xattr_fs(ifconfig_t)
  fs_search_auto_mountpoints(ifconfig_t)
  


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.495
retrieving revision 1.496
diff -u -r1.495 -r1.496
--- selinux-policy.spec	10 Aug 2007 20:04:48 -0000	1.495
+++ selinux-policy.spec	11 Aug 2007 11:18:09 -0000	1.496
@@ -17,7 +17,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.0.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -360,6 +360,9 @@
 %endif
 
 %changelog
+* Sat Aug 11 2007 Dan Walsh <dwalsh at redhat.com> 3.0.5-6
+- Fix Makefile for building policy modules
+
 * Fri Aug 10 2007 Dan Walsh <dwalsh at redhat.com> 3.0.5-5
 - Fix dhcpc startup of service 
 




More information about the fedora-extras-commits mailing list