• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Redhat 7.2 kernal options; How do I config?

sandmanwake

Golden Member
I'd like to turn off the kernal option to make the stack segment no executable so that I can do an assignment for my security class, how do I do this? Also, how do I turn it back on once I'm done? In case you're wondering, the assignment is on buffer overflows.
 
Thanks for trying manly. I too used google, but no success yet. The link you found is for a patch, I'm purposely trying to make the kernal more vulnerable though.
 
Oh I read your request wrong.

But from my reading, you need that patch to make the Linux kernel support a noexec stack segment. So isn't the standard kernel or popular derivatives already vulnerable?
 
I'm not sure if the one for Redhat 7.2 is already vulnerable. I'd still like to know how to mess with the stack segment kernal option though.
 
The default kernel doesn't have that option included, the stack is executable by defalt (I believe this also depends on the CPU in use). You need to apply that patch and compile a custom kernel to have that option at all.
 
Back
Top