Skip to content

Commit

Permalink
powerpc: enable heap randomization for linkstations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rogério Brito authored and Kumar Gala committed Oct 28, 2008
1 parent 3420a98 commit 43271c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/configs/linkstation_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_COMPAT_BRK=y
# CONFIG_COMPAT_BRK is not set
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
Expand Down

0 comments on commit 43271c4

Please sign in to comment.