[Haskell-cafe] GHC on Fedora 10 - getMBlock: mmap: Permission denied

John D. Ramsdell ramsdell0 at gmail.com
Wed Dec 3 21:06:09 EST 2008


I had fun with SELinux when using Haskell for CGI programs.  The
default SELinux policy forbids CGI programs that execute code in their
data segment. I had to write a policy module that allowed
httpd_sys_script_t self:process execmem.  Oh joy.

John


More information about the Haskell-Cafe mailing list