From 611469b431a1675843fbb3d21ad758f9d5c23794 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Fri, 31 Jul 2009 21:30:47 +0000 Subject: [PATCH] disable DEVKMEM has been disabled since years in RH, no modern programm should rely on it and we prefer to close rootkit back doors. svn path=/dists/trunk/linux-2.6/; revision=14066 --- debian/changelog | 1 + debian/config/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e0d771be3..08ef5cd9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ linux-2.6 (2.6.31~rc4-1~experimental.1) UNRELEASED; urgency=low * Newer Standards-Version 3.8.2 without changes. * Allow install in chroot without do_initrd check for piuparts. * Cleanup Maintainer scripts from ancient pre linux-2.6 assumptions. + * Disable DEVKMEM. [ Ben Hutchings ] * mga: remove unnecessary change from firmware-loading patch diff --git a/debian/config/config b/debian/config/config index 46dea6362..41657f1a3 100644 --- a/debian/config/config +++ b/debian/config/config @@ -202,7 +202,7 @@ CONFIG_BT_HCIUART_LL=y ## file: drivers/char/Kconfig ## # CONFIG_VT_HW_CONSOLE_BINDING is not set -CONFIG_DEVKMEM=y +# CONFIG_DEVKMEM is not set CONFIG_COMPUTONE=m CONFIG_MOXA_SMARTIO=m CONFIG_SYNCLINK_GT=m