topconfig set LSM_MMAP_MIN_ADDR to redcommended 32768

for x86_32 to zero, for x86_64 and ia64 to 65536.

svn path=/dists/trunk/linux-2.6/; revision=14420
This commit is contained in:
Maximilian Attems 2009-10-20 08:23:10 +00:00
parent 0df5a19f52
commit e171d9b959
5 changed files with 16 additions and 2 deletions

3
debian/changelog vendored
View File

@ -14,7 +14,8 @@ linux-2.6 (2.6.31-1~experimental.3) UNRELEASED; urgency=low
* [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.
* [x86_32] Set LSM_MMAP_MIN_ADDR to zero to unbreak dosemu and 16-bit Wine,
ia64 and x86_64 to 65536 otherwise default to 32768.
* Unset UEVENT_HELPER_PATH to save some boot cycles.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 13 Oct 2009 02:18:40 +0100

View File

@ -3684,7 +3684,7 @@ CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set
CONFIG_SECURITY_FILE_CAPABILITIES=y
# CONFIG_SECURITY_ROOTPLUG is not set
CONFIG_LSM_MMAP_MIN_ADDR=0
CONFIG_LSM_MMAP_MIN_ADDR=32768
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=4096
##

View File

@ -842,6 +842,11 @@ CONFIG_IRLAN=m
##
CONFIG_IRNET=m
##
## file: security/Kconfig
##
CONFIG_LSM_MMAP_MIN_ADDR=65536
##
## file: sound/Kconfig
##

View File

@ -93,3 +93,7 @@ CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
## end choice
##
## file: security/Kconfig
##
CONFIG_LSM_MMAP_MIN_ADDR=0

View File

@ -68,3 +68,7 @@ CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_MIGRATION=y
##
## file: security/Kconfig
##
CONFIG_LSM_MMAP_MIN_ADDR=65536