tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Selinux support added


From: Henry Kroll III
Subject: [Tinycc-devel] Selinux support added
Date: Wed, 21 Apr 2010 16:02:22 -0700

I recently committed a patch to the mob branch for Selinux compatibility
using information obtained from
http://people.redhat.com/drepper/selinux-mem.html

Selinux is a security package that is installed by default on Fedora.
TCC -run segfaults on Fedora because Selinux prevents writing and
executing the same block of memory. This patch replaces tcc_run's call
to malloc with mmap as described in the above link.

A copy of the patch is attached for your perusal.

Attachment: tcc_selinux.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]