Project

General

Profile

Actions

SELinux » History » Revision 1

Revision 1/4 | Next »
Lukas Zapletal, 07/19/2013 10:16 AM


SELinux

Foreman RHEL6 release fully supports SELinux. Currently the following processes are confined:

  • Foreman Rails application running under Passenger

Our policy lives in:

How to report errors

Please open ordinary issues and set component to "SELinux". Also give us information about how to reproduce denials and full log from the audit.log:

grep AVC /var/log/audit/audit.log

Providing information via foreman-debug command also helps us with investigating.

Tips for debugging

You can run a script in passenger_t policy easily

runcon u system_u -r system_r -t unconfined_t - runcon t passenger_t - <your_script>

To reinitialize selinux use

semodule -B

or

setenforce 1 && setenforce 0

Updated by Lukas Zapletal almost 11 years ago · 1 revisions