Re: [Libhugetlbfs-devel] [PATCH] Disable executable stacks for library and helpers V4

2010-03-29 Thread Eric B Munson
On Sat, 27 Mar 2010, Eric B Munson wrote: > Currently the library and all the helpers are built with their stack > mappings markes executable. This could be a security issue and > shouldn't be allowed unless necessary. This patch disables > executable stacks for the library and the helper progra

[Libhugetlbfs-devel] [PATCH] Disable executable stacks for library and helpers V4

2010-03-27 Thread Eric B Munson
Currently the library and all the helpers are built with their stack mappings markes executable. This could be a security issue and shouldn't be allowed unless necessary. This patch disables executable stacks for the library and the helper programs. Signed-off-by: Eric B Munson --- Changes from