tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Adding a boot flag for No ASLR



On Tue, Jul 24, 2018 at 02:08:53PM +0200, Kamil Rytarowski wrote:
> I propose to move the code disabling PaX ASLR from bootloader and kernel
> as proposed in the patch by Siddharth and introduce it directly into the
> sanitizer, We can alter the CheckASLR() routine specific to NetBSD, with
> the following pseudo-code:

You can't disable ASLR at this point. It is too late. paxctl as hack is
good enough until the proper note processing and fixed VM space layout
is implemented.

Joerg


Home | Main Index | Thread Index | Old Index