Displaying 1 result from an estimated 1 matches for "passengermemorylimit".
2013 Mar 27
1
silencing Passenger "ps" SELinux errors
...:05 ps unconfined_u:system_r:passenger_t:s0 2 dir
search unconfined_u:system_r:initrc_t:s0 denied 1928
It happens when Passenger v3 tries to determine memory stats with "ps".
There is an Apache directive to turn it of (
http://www.modrails.com/documentation/Users%20guide%20Apache.html#PassengerMemoryLimit
), unfortunately it does not work in community version of Passenger.
The cause is always ps running as passenger_t trying to read files in
/proc with various types of security context.
Thank you,
IgnasR