rpms/selinux-policy/devel policy-20071130.patch, 1.14, 1.15 selinux-policy.spec, 1.572, 1.573

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Wed Dec 19 10:42:12 UTC 2007


Author: dwalsh

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

Modified Files:
	policy-20071130.patch selinux-policy.spec 
Log Message:
* Wed Dec 19 2007 Dan Walsh <dwalsh at redhat.com> 3.2.5-1
- Fix definiton of admin_home_t


policy-20071130.patch:

Index: policy-20071130.patch
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/policy-20071130.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- policy-20071130.patch	19 Dec 2007 09:27:15 -0000	1.14
+++ policy-20071130.patch	19 Dec 2007 10:42:06 -0000	1.15
@@ -14252,7 +14252,7 @@
 +/root(/.*)?	 	gen_context(system_u:object_r:admin_home_t,s0)
 diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.if serefpolicy-3.2.4/policy/modules/system/userdomain.if
 --- nsaserefpolicy/policy/modules/system/userdomain.if	2007-11-29 13:29:35.000000000 -0500
-+++ serefpolicy-3.2.4/policy/modules/system/userdomain.if	2007-12-17 16:38:26.000000000 -0500
++++ serefpolicy-3.2.4/policy/modules/system/userdomain.if	2007-12-19 05:31:19.000000000 -0500
 @@ -29,8 +29,9 @@
  	')
  
@@ -15937,7 +15937,7 @@
  interface(`userdom_search_sysadm_home_content_dirs',`
  	gen_require(`
 -		type sysadm_home_dir_t, sysadm_home_t;
-+		type admin_home_t
++		type admin_home_t;
  	')
  
 -	allow $1 { sysadm_home_dir_t sysadm_home_t }:dir search_dir_perms;
@@ -16481,7 +16481,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.te serefpolicy-3.2.4/policy/modules/system/userdomain.te
 --- nsaserefpolicy/policy/modules/system/userdomain.te	2007-12-12 11:35:28.000000000 -0500
-+++ serefpolicy-3.2.4/policy/modules/system/userdomain.te	2007-12-13 17:37:34.000000000 -0500
++++ serefpolicy-3.2.4/policy/modules/system/userdomain.te	2007-12-19 05:30:09.000000000 -0500
 @@ -17,20 +17,13 @@
  
  ## <desc>


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.572
retrieving revision 1.573
diff -u -r1.572 -r1.573
--- selinux-policy.spec	19 Dec 2007 09:27:15 -0000	1.572
+++ selinux-policy.spec	19 Dec 2007 10:42:06 -0000	1.573
@@ -16,8 +16,8 @@
 %define CHECKPOLICYVER 2.0.3-1
 Summary: SELinux policy configuration
 Name: selinux-policy
-Version: 3.2.4
-Release: 5%{?dist}
+Version: 3.2.5
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -74,7 +74,7 @@
 %attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp
 
 %post devel
-[ -x /usr/bin/sepolgen-ifgen ] && /usr/bin/sepolgen-ifgen  > /dev/null
+[ -x /usr/bin/sepolgen-ifgen ] && /usr/bin/sepolgen-ifgen 
 exit 0
 
 %define setupCmds() \
@@ -167,7 +167,7 @@
 
 %description
 SELinux Reference Policy - modular.
-Based off of reference policy: Checked out revision 2541.
+Based off of reference policy: Checked out revision 2560.
 
 %build
 
@@ -382,6 +382,9 @@
 %endif
 
 %changelog
+* Wed Dec 19 2007 Dan Walsh <dwalsh at redhat.com> 3.2.5-1
+- Fix definiton of admin_home_t
+
 * Wed Dec 19 2007 Dan Walsh <dwalsh at redhat.com> 3.2.4-5
 - Fix munin file context
 




More information about the fedora-extras-commits mailing list