Hello,
I'm running into some problems, and if there's anything I don't understand, it's selinux. I've installed Trac on my system, and hooked it to my SVN repository, but I keep getting AVC Denial messages whenever the Trac site is visited, saying httpd attempted getattr and read on /svn/main/format.
I'm assuming that the problem has something to do with this:
drwxrwxr-x. root svn unconfined_u:object_r:default_t:s0 svn
I'm guessing that I need to change the selinux properties there to something like system_u:object_r:??? - not sure what the last one would be.
Nor do I understand how to go about changing those. From what I've read it seems I have to use semanage to set the properties, and then restorecon to apply them?
Any assistance is appreciated.