Re: WineX Fedora
Brian Gerst <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Lewt wrote: > Okay so browsing through the Support forums (Are you guys switching to > something else? I can offer forums on the gaming network I work for on > the Linux Site and have one setup) I've noticed a issue with Fedora and > Prelinking. Is there a way around disabling that since I believe it's > security feature, in the works maybe? > > Thanks > > _______________________________________________ > winex-devel mailing list > [email protected] > http://lists.transgaming.org/cgi-bin/mailman/listinfo/winex-devel > Exec-shield is the real culprit, prelinking is just an accomplice. Add this to /etc/sysctl.conf: kernel.exec-shield = 0 In /etc/sysconfig/prelink: PRELINK_OPTS="-mR --no-exec-shield" Then run: sysctl -p prelink -av -- Brian Gerst