Claude Jones wrote:
On Tuesday August 01 2006 9:26 am, Paul Howarth wrote:If you put SELinux in permissive mode: # setenforce 0 and the problem still persists, then it's probably not an SELinux issue. You can re-enter enforcing mode using: # setenforce 1setenforce 0 fixes the issue, which is why I figure it's Selinux
OK, let's fix this. # setenforce 0 Run the troublesome app.Look in /var/log/messages for SELinux AVC denials since the "setenforce" was done. Post what you get.
Paul.