NetBSD-Bugs archive

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

Re: kern/38982: PaX ASLR makes some programs crash



The following reply was made to PR kern/38982; it has been noted by GNATS.

From: Christian Biere <christianbiere%gmx.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/38982: PaX ASLR makes some programs crash
Date: Thu, 19 Jun 2008 22:46:03 +0200

 > >Category:       kern
 > >Responsible:    kern-bug-people
 > >Synopsis:       PaX ASLR makes some programs crash
 > >Arrival-Date:   Wed Jun 18 21:15:01 +0000 2008
 
 Some correction: The flags set with paxctl are NOT completely ignored.
 
 Enabling PaX ASLR via paxctl apparently works, at least the crash is
 triggered:
 # sysctl -w security.pax.aslr.global=0
 # paxctl +A -a /usr/pkg/bin/gmake
 
 Disabling PaX ASLR via paxctl does not seem to work, as the crash is
 still triggered:
 # sysctl -w security.pax.aslr.global=1
 # paxctl +a -A /usr/pkg/bin/gmake
 
 -- 
 Christian
 


Home | Main Index | Thread Index | Old Index