public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* how to determine if the noexec stack is defined by an application
@ 2007-06-29 20:44 Florin Andrei
  2007-06-29 21:49 ` Arjan van de Ven
  0 siblings, 1 reply; 8+ messages in thread
From: Florin Andrei @ 2007-06-29 20:44 UTC (permalink / raw)
  To: linux-kernel

I'm reading Ingo's NX quick start document:

http://people.redhat.com/mingo/nx-patches/QuickStart-NX.txt

Quote:
"If an application defines a noexec stack then the kernel will enforce 
this executability, and all attempts to execute on the stack will be 
prevented by the hardware."

My question is related to the conditional "if an application". So it 
looks like it depends on the app.
Now, the OS/hardware combination that I'm using (RHEL4 WS 32 bit on 
AMD64 CPU - long story, don't ask) definitely enables NX:

# grep -i nx /var/log/dmesg
NX (Execute Disable) protection: active

But it's running a Web service which is a combination of C code and 
Tomcat/Java. I have no clue how to determine which portions specify a 
noexec stack and which don't.

In case it turns out some portions do not specify a noexec stack, my 
next question is how to get the application to create a noexec stack 
(assume I can make that request to the developers).


(please do NOT Cc me, I'm subscribed to the list)

-- 
Florin Andrei

http://florin.myip.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-06-30  5:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-29 20:44 how to determine if the noexec stack is defined by an application Florin Andrei
2007-06-29 21:49 ` Arjan van de Ven
2007-06-29 22:15   ` Andreas Schwab
2007-06-29 22:27     ` Arjan van de Ven
2007-06-29 22:41       ` Andreas Schwab
2007-06-29 22:43         ` Arjan van de Ven
2007-06-30  1:21   ` Florin Andrei
2007-06-30  5:16     ` Arjan van de Ven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox