rpms/selinux-policy/devel policy-20060411.patch, 1.1, 1.2 selinux-policy.spec, 1.171, 1.172

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 11 21:58:57 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/selinux-policy/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1993

Modified Files:
	policy-20060411.patch selinux-policy.spec 
Log Message:
* Tue Apr 11 2006 Dan Walsh <dwalsh at redhat.com> 2.2.30-2
- Change libraries.fc to stop shlib_t form overriding texrel_shlib_t


policy-20060411.patch:
 services/rpc.te     |    4 ++--
 services/samba.if   |    1 +
 system/libraries.fc |    7 +++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

Index: policy-20060411.patch
===================================================================
RCS file: /cvs/dist/rpms/selinux-policy/devel/policy-20060411.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- policy-20060411.patch	11 Apr 2006 20:59:57 -0000	1.1
+++ policy-20060411.patch	11 Apr 2006 21:58:53 -0000	1.2
@@ -26,3 +26,19 @@
  		userdom_manage_user_home_content_files($1,smbd_t)
  		userdom_manage_user_home_content_symlinks($1,smbd_t)
  		userdom_manage_user_home_content_sockets($1,smbd_t)
+--- serefpolicy-2.2.30/policy/modules/system/libraries.fc~	2006-04-11 16:59:02.000000000 -0400
++++ serefpolicy-2.2.30/policy/modules/system/libraries.fc	2006-04-11 17:26:42.000000000 -0400
+@@ -55,8 +55,11 @@
+ /usr/(.*/)?java/.*\.jar			--	gen_context(system_u:object_r:shlib_t,s0)
+ /usr/(.*/)?java/.*\.jsa			--	gen_context(system_u:object_r:shlib_t,s0)
+ 
+-/usr/(.*/)?lib(64)?(/.*)?			gen_context(system_u:object_r:lib_t,s0)
+-/usr/(.*/)?lib(64)?/.*\.so(\.[^/]*)*	--	gen_context(system_u:object_r:shlib_t,s0)
++/usr/lib(64)?(/.*)?			gen_context(system_u:object_r:lib_t,s0)
++/usr/local/lib(64)?(/.*)?			gen_context(system_u:object_r:lib_t,s0)
++
++/usr/lib(64)?/.*\.so(\.[^/]*)*	--	gen_context(system_u:object_r:shlib_t,s0)
++/usr/local/lib(64)?/.*\.so(\.[^/]*)*	--	gen_context(system_u:object_r:shlib_t,s0)
+ 
+ /usr/(.*/)?lib(64)?(/.*)?/ld-[^/]*\.so(\.[^/]*)* gen_context(system_u:object_r:ld_so_t,s0)
+ 


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/dist/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- selinux-policy.spec	11 Apr 2006 20:59:57 -0000	1.171
+++ selinux-policy.spec	11 Apr 2006 21:58:53 -0000	1.172
@@ -16,7 +16,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.2.30
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -326,6 +326,13 @@
 %endif
 
 %changelog
+* Tue Apr 11 2006 Dan Walsh <dwalsh at redhat.com> 2.2.30-2
+- Change libraries.fc to stop shlib_t form overriding texrel_shlib_t
+
+* Tue Apr 11 2006 Dan Walsh <dwalsh at redhat.com> 2.2.30-1
+- Fix samba creating dirs in homedir
+- Fix NFS so its booleans would work
+
 * Mon Apr 10 2006 Dan Walsh <dwalsh at redhat.com> 2.2.29-6
 - Allow secadm_t ability to relabel all files
 - Allow ftp to search xferlog_t directories




More information about the fedora-cvs-commits mailing list