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
