[kernel] r14106 - in dists/sid/linux-2.6/debian: . config

Bastian Blank waldi at alioth.debian.org
Fri Aug 14 21:52:01 UTC 2009


Author: waldi
Date: Fri Aug 14 21:52:00 2009
New Revision: 14106

Log:
* debian/changelog: Update
* debian/config/config: Set DEFAULT_MMAP_MIN_ADDR to default value.

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

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Fri Aug 14 20:46:52 2009	(r14105)
+++ dists/sid/linux-2.6/debian/changelog	Fri Aug 14 21:52:00 2009	(r14106)
@@ -1,3 +1,9 @@
+linux-2.6 (2.6.30-6) UNRELEASED; urgency=high
+
+  * Set low address space to protection to default value.
+
+ -- Bastian Blank <waldi at debian.org>  Fri, 14 Aug 2009 23:50:45 +0200
+
 linux-2.6 (2.6.30-5) unstable; urgency=high
 
   [ maximilian attems ]

Modified: dists/sid/linux-2.6/debian/config/config
==============================================================================
--- dists/sid/linux-2.6/debian/config/config	Fri Aug 14 20:46:52 2009	(r14105)
+++ dists/sid/linux-2.6/debian/config/config	Fri Aug 14 21:52:00 2009	(r14106)
@@ -3542,7 +3542,7 @@
 # CONFIG_SECURITY_PATH is not set
 CONFIG_SECURITY_FILE_CAPABILITIES=y
 # CONFIG_SECURITY_ROOTPLUG is not set
-CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
+CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=4096
 
 ##
 ## file: security/integrity/ima/Kconfig



More information about the Kernel-svn-changes mailing list