rpms/selinux-policy/devel selinux-policy.spec,1.168,1.169

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 10 12:15:10 UTC 2006


Author: rcoker

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

Modified Files:
	selinux-policy.spec 
Log Message:
Change file contexts and several minor policy changes.



Index: selinux-policy.spec
===================================================================
RCS file: /cvs/dist/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- selinux-policy.spec	6 Apr 2006 19:08:54 -0000	1.168
+++ selinux-policy.spec	10 Apr 2006 12:15:07 -0000	1.169
@@ -16,11 +16,13 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.2.29
-Release: 4
+Release: 5
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
-patch: policy-20060323.patch
+patch1: policy-20060323.patch
+patch2: file_contexts.patch
+patch3: policy-200604.patch
 Source1: modules-targeted.conf
 Source2: booleans-targeted.conf
 Source3: Makefile.devel
@@ -148,7 +150,9 @@
 
 %prep 
 %setup -q -n serefpolicy-%{version}
-%patch -p1 
+%patch1 -p1 
+%patch2 -p1 
+%patch3 -p1 
 
 %install
 # Build targeted policy
@@ -320,6 +324,26 @@
 %endif
 
 %changelog
+* Mon Apr 10 2006 Russell Coker <rcoker at redhat.com> 2.2.29-5
+- Fixed mailman with Postfix #183928
+- Allowed semanage to create file_context files.
+- Allowed amanda_t to access inetd_t TCP sockets and allowed amanda_recover_t
+  to bind to reserved ports.  #149030
+- Don't allow devpts_t to be associated with tmp_t.
+- Allow hald_t to stat all mountpoints.
+- Added boolean samba_share_nfs to allow smbd_t full access to NFS mounts.
+  #169947
+- Make mount run in mount_t domain from unconfined_t to prevent mislabeling of
+  /etc/mtab.
+- Changed the file_contexts to not have a regex before the first ^/[a-z]/
+  whenever possible, makes restorecon slightly faster.
+- Correct the label of /etc/named.caching-nameserver.conf
+- Now label /usr/src/kernels/.+/lib(/.*)? as usr_t instead of
+  /usr/src(/.*)?/lib(/.*)? - I don't think we need anything else under /usr/src
+  hit by this.
+- Granted xen access to /boot, allowed mounting on xend_var_lib_t, and allowed
+  xenstored_t rw access to the xen device node.
+
 * Mon Mar 30 2006 Dan Walsh <dwalsh at redhat.com> 2.2.29-4
 - More textrel_shlib_t file path fixes
 - Add ada support




More information about the fedora-cvs-commits mailing list