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

Bastian Blank waldi at alioth.debian.org
Thu Mar 20 14:17:28 UTC 2008


Author: waldi
Date: Thu Mar 20 14:17:26 2008
New Revision: 10927

Log:
* debian/changelog: Update.
* debian/config/config:
  Revert SECURITY_DEFAULT_MMAP_MIN_ADDR to 0 which is upstream default setting.


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	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Mar 20 14:17:26 2008
@@ -32,8 +32,6 @@
   * Tighten yaird dependency. (closes: #403171)
   * Configs general cleanup, centralize USB_NET, disable IRDA_DEBUG.
   * postinst: Nuke confusing postinst message. (closes: #465512)
-  * [SECURITY]: Set DEFAULT_MMAP_MIN_ADDR to 65536 enabling low address space
-    protection from user allocation - /proc/sys/vm/mmap_min_addr tunable.
   * [sparc]: Enable SCSI_SCAN_ASYNC.
   * [i386]: Enable TC1100_WMI, SND_SIS7019, CRYPTO_SALSA20_586.
   * topconfig: Centralize old IEEE80211 stack options. (closes: #470558)

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Thu Mar 20 14:17:26 2008
@@ -2376,7 +2376,7 @@
 CONFIG_SECURITY_CAPABILITIES=y
 CONFIG_SECURITY_FILE_CAPABILITIES=y
 # CONFIG_SECURITY_ROOTPLUG is not set
-CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=65536
+CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
 
 ##
 ## file: security/selinux/Kconfig



More information about the Kernel-svn-changes mailing list