Browse Source

linux: changed common config to disable /dev/kmem by default

Note:

besides by rootkits it is used very rarely
https://lkml.org/lkml/2008/2/10/328
user/amery/next/uclibc
Christian Wiese 13 years ago
parent
commit
1f016261fc
  1. 6
      base/linux/arch/config-common.sh

6
base/linux/arch/config-common.sh

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../linux/arch/config-common.sh # Filename: package/.../linux/arch/config-common.sh
# Copyright (C) 2008 - 2011 The OpenSDE Project # Copyright (C) 2008 - 2012 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -45,6 +45,10 @@ CONFIG_DEBUG_.*=n
CONFIG_.*_DEBUG=n CONFIG_.*_DEBUG=n
CONFIG_REISERFS_CHECK=n CONFIG_REISERFS_CHECK=n
# disable /dev/kmem by default (besides by rootkits it is used very rarely)
# https://lkml.org/lkml/2008/2/10/328
CONFIG_DEVKMEM=n
# disable gcov kernel profiling support because it seems to be broken # disable gcov kernel profiling support because it seems to be broken
CONFIG_GCOV_KERNEL=n CONFIG_GCOV_KERNEL=n
CONFIG_GCOV_PROFILE_ALL=n CONFIG_GCOV_PROFILE_ALL=n

Loading…
Cancel
Save