I am in the process of setting up a server to run a Ruby on Rails application on Fedora 12, using Passenger.
I am at the stage where I\'ve installed Passenger, set i
I did the same as Fred, except that instead of doing it one error at a time:
setenforce 0grep httpd /var/log/audit/audit.log | audit2allow -M passengersemodule -i passenger.ppsetenforce 1Note that this is basically a specific example of the procedure on the Centos SELinux help - check it out.