Edgewall Software

Changes between Version 124 and Version 125 of TracOnDebian


Ignore:
Timestamp:
Nov 8, 2009, 12:53:36 AM (15 years ago)
Author:
Luke1410
Comment:

added troubleshooting entry for SELinux issue

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v124 v125  
    9797
    9898Latest version of this file can also be [http://svn.debian.org/viewsvn/python-apps/packages/trac/trunk/debian/README.Debian?view=markup read online].
     99
     100== SELinux issues ==
     101
     102When SELinux is enabled in Debian (which it is by default on new lenny installations), the svn and trac directories require not only proper group owners but also proper SELinux privileges.
     103These can be setup with the command:
     104{{{
     105chcon -R -u system_u -r object_r -t httpd_sys_content_t /path/to/svn /path/to/trac
     106}}}
     107Source: http://www.madboa.com/geek/trac-centos/