* debian/changelog: Update.

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

svn path=/dists/trunk/linux-2.6/; revision=10927
This commit is contained in:
Bastian Blank 2008-03-20 14:17:26 +00:00
parent f688480ee3
commit 16c9369793
2 changed files with 1 additions and 3 deletions

2
debian/changelog vendored
View File

@ -32,8 +32,6 @@ linux-2.6 (2.6.25~rc6-1~experimental.1) UNRELEASED; urgency=low
* 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)

View File

@ -2376,7 +2376,7 @@ CONFIG_SECURITY_NETWORK_XFRM=y
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