Missing features for x86_64?
Posted:
Thu Sep 23, 2010 9:34 am
by cmouse
There seems to be module loading disable option anymore and no more kernel stack randomization features?
Re: Missing features for x86_64?
Posted:
Thu Sep 23, 2010 10:38 am
by spender
As for module disabling, see this post from 2009:
viewtopic.php?f=3&t=2187&p=9234&hilit=disable_modules#p9234There was never kernel stack randomization for x64. It's always been a 32-bit x86-only feature. It's too expensive to implement on x64.
-Brad