Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TCC JIT engine on systems with SELinux active #94

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

lukasauer
Copy link
Contributor

TCC must be explicitly configured with SELinux support to work on systems that have it enabled. Try to automatically detect SELinux and configure TCC accordingly by parsing the output of the command "getenforce". Alternatively, the cmake variable ETISS_TCC_SELINUX can be set to ON.

Fixes #91

Please test the patch on your system, I was only able to test it on mine, which has selinux enabled.

TCC must be explicitly configured with SELinux support to work on
systems that have it enabled. Try to automatically detect SELinux and
configure TCC accordingly by parsing the output of the command
"getenforce". Alternatively, the cmake variable ETISS_TCC_SELINUX can be
set to ON.

Fixes tum-ei-eda#91
@rafzi
Copy link
Member

rafzi commented Oct 21, 2021

great, thanks!

@rafzi rafzi merged commit 7567f15 into tum-ei-eda:master Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support TCC JIT engine on systems with SELinux enabled
2 participants