diff options
author | Rogério Brito <rbrito@ime.usp.br> | 2008-10-13 00:51:17 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-10-28 10:46:44 -0400 |
commit | 43271c4128071c39ac8f7bfda4780c28b6401545 (patch) | |
tree | fd5c328bf832dbdb60eee8066180cdd3682d01ba /arch/powerpc/configs/linkstation_defconfig | |
parent | 3420a982c74eddcf9d2a5d504dd2b272cceddae7 (diff) |
powerpc: enable heap randomization for linkstations
The current defconfig for Linkstation/Kuroboxes has the "Disable Heap
Randomization" option enabled.
Since some of these machines are facing the internet, it helps to have
heap randomization enabled. This patch enables it.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/linkstation_defconfig')
-rw-r--r-- | arch/powerpc/configs/linkstation_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/linkstation_defconfig b/arch/powerpc/configs/linkstation_defconfig index 8d869e952b44..851b27e45cfc 100644 --- a/arch/powerpc/configs/linkstation_defconfig +++ b/arch/powerpc/configs/linkstation_defconfig | |||
@@ -101,7 +101,7 @@ CONFIG_HOTPLUG=y | |||
101 | CONFIG_PRINTK=y | 101 | CONFIG_PRINTK=y |
102 | CONFIG_BUG=y | 102 | CONFIG_BUG=y |
103 | CONFIG_ELF_CORE=y | 103 | CONFIG_ELF_CORE=y |
104 | CONFIG_COMPAT_BRK=y | 104 | # CONFIG_COMPAT_BRK is not set |
105 | CONFIG_BASE_FULL=y | 105 | CONFIG_BASE_FULL=y |
106 | CONFIG_FUTEX=y | 106 | CONFIG_FUTEX=y |
107 | CONFIG_ANON_INODES=y | 107 | CONFIG_ANON_INODES=y |