John D. Ramsdell | 4 Dec 03:06
Picon

Re: Re[2]: GHC on Fedora 10 - getMBlock: mmap: Permission denied

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

Gmane