rpms/selinux-policy/FC-5 .cvsignore, 1.49, 1.50 selinux-policy.spec, 1.163, 1.164 sources, 1.53, 1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 15 10:33:34 UTC 2006


Author: dwalsh

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

Modified Files:
	.cvsignore selinux-policy.spec sources 
Log Message:
* Sat Apr 15 2006 Dan Walsh <dwalsh at redhat.com> 2.2.32-1.fc5
- Bump for fc5



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/selinux-policy/FC-5/.cvsignore,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- .cvsignore	3 Apr 2006 17:32:00 -0000	1.49
+++ .cvsignore	15 Apr 2006 10:33:31 -0000	1.50
@@ -50,3 +50,4 @@
 serefpolicy-2.2.23.tgz
 serefpolicy-2.2.25.tgz
 serefpolicy-2.2.29.tgz
+serefpolicy-2.2.32.tgz


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/dist/rpms/selinux-policy/FC-5/selinux-policy.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- selinux-policy.spec	4 Apr 2006 09:47:54 -0000	1.163
+++ selinux-policy.spec	15 Apr 2006 10:33:31 -0000	1.164
@@ -15,12 +15,12 @@
 %define CHECKPOLICYVER 1.30.3-1
 Summary: SELinux policy configuration
 Name: selinux-policy
-Version: 2.2.29
-Release: 3.fc5
+Version: 2.2.32
+Release: 1.fc5
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
-patch: policy-20060323.patch
+patch: policy-20060411.patch
 Source1: modules-targeted.conf
 Source2: booleans-targeted.conf
 Source3: Makefile.devel
@@ -122,6 +122,7 @@
 %define saveFileContext() \
 if [ -s /etc/selinux/config ]; then \
 	. %{_sysconfdir}/selinux/config; \
+	restorecon -R %{_sysconfdir}/selinux/%1; \
 	FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
 	if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
 		cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
@@ -148,7 +149,7 @@
 
 %prep 
 %setup -q -n serefpolicy-%{version}
-%patch -p1 
+%patch -p1
 
 %install
 # Build targeted policy
@@ -320,6 +321,53 @@
 %endif
 
 %changelog
+* Sat Apr 15 2006 Dan Walsh <dwalsh at redhat.com> 2.2.32-1.fc5
+- Bump for fc5
+
+* Fri Apr 14 2006 Dan Walsh <dwalsh at redhat.com> 2.2.32-1
+- Update to latest from upstream
+
+* Fri Apr 14 2006 Dan Walsh <dwalsh at redhat.com> 2.2.31-1
+- Update to latest from upstream
+- Allow mono and unconfined to talk to initrc_t dbus objects
+
+* 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
+- Allow mysql to communicate with ldap
+- Allow rsync to bind to rsync_port_t
+
+* 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 Apr 4 2006 Dan Walsh <dwalsh at redhat.com> 2.2.29-4
+- More textrel_shlib_t file path fixes
+- Add ada support
+
 * Tue Apr 4 2006 Dan Walsh <dwalsh at redhat.com> 2.2.29-3.fc5
 - Bump for fc5
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/selinux-policy/FC-5/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources	3 Apr 2006 17:32:00 -0000	1.53
+++ sources	15 Apr 2006 10:33:31 -0000	1.54
@@ -1 +1 @@
-a2106965fe20d1d3d41e0d4e05c2effb  serefpolicy-2.2.29.tgz
+7a3563e2478a4b18dc689de8561831b5  serefpolicy-2.2.32.tgz




More information about the fedora-cvs-commits mailing list