rpms/kernel/devel config-generic,1.69,1.70 kernel.spec,1.425,1.426

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Feb 14 18:28:12 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17818

Modified Files:
	config-generic kernel.spec 
Log Message:
* Thu Feb 14 2008 Dave Jones <davej at redhat.com>
- Set minimum mmap address to 64K.



Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- config-generic	12 Feb 2008 23:51:15 -0000	1.69
+++ config-generic	14 Feb 2008 18:27:34 -0000	1.70
@@ -3036,9 +3036,7 @@
 CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
 CONFIG_SECURITY_SELINUX_ENABLE_SECMARK_DEFAULT=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
-# FIXME:
-# KConfig mentions vm86 caveat.  Only use 0 on x86-32, and 64k elsewhere?
-CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
+CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=65536
 # CONFIG_SECURITY_SMACK is not set
 CONFIG_AUDIT=y
 CONFIG_AUDITSYSCALL=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- kernel.spec	14 Feb 2008 00:58:04 -0000	1.425
+++ kernel.spec	14 Feb 2008 18:27:34 -0000	1.426
@@ -1743,6 +1743,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Thu Feb 14 2008 Dave Jones <davej at redhat.com>
+- Set minimum mmap address to 64K.
+
 * Wed Feb 13 2008 Dave Jones <davej at redhat.com>
 - Drop some pointless bits of the execshield patch.
 




More information about the fedora-extras-commits mailing list