[kernel] r14416 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Mon Oct 19 22:39:26 UTC 2009


Author: maks
Date: Mon Oct 19 22:39:24 2009
New Revision: 14416

Log:
topconfig: Set LSM_MMAP_MIN_ADDR to zero to unbreak dosemu and 16-bit Wine.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Mon Oct 19 22:27:35 2009	(r14415)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Oct 19 22:39:24 2009	(r14416)
@@ -14,6 +14,7 @@
   * [alpha] Disable SND_MIXART, causes gcc ICE.
   * [x86] Enable modular X86_MCE_INJECT.
   * [x86_64] Set LOG_BUF_SHIFT to 2^18.
+  * Set LSM_MMAP_MIN_ADDR to zero to unbreak dosemu and 16-bit Wine.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 13 Oct 2009 02:18:40 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Mon Oct 19 22:27:35 2009	(r14415)
+++ dists/trunk/linux-2.6/debian/config/config	Mon Oct 19 22:39:24 2009	(r14416)
@@ -3684,6 +3684,7 @@
 # CONFIG_SECURITY_PATH is not set
 CONFIG_SECURITY_FILE_CAPABILITIES=y
 # CONFIG_SECURITY_ROOTPLUG is not set
+CONFIG_LSM_MMAP_MIN_ADDR=0
 CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=4096
 
 ##



More information about the Kernel-svn-changes mailing list