If you have a relatively default SE Linux configuration then the following may get it working:
setsebool -P allow_execmem 1 setsebool -P allow_execstack 1 Of course it would be better if you could get that daemon fixed, or write policy to allow it to run in it's own domain. -- [email protected] http://etbe.coker.com.au/ My Main Blog http://doc.coker.com.au/ My Documents Blog -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

