Edgewall Software

Changes between Version 125 and Version 126 of TracOnDebian


Ignore:
Timestamp:
Nov 8, 2009, 2:01:59 AM (15 years ago)
Author:
Luke1410
Comment:

undid SELinux info, since it doesn't work

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v125 v126  
    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 
    102 When 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.
    103 These can be setup with the command:
    104 {{{
    105 chcon -R -u system_u -r object_r -t httpd_sys_content_t /path/to/svn /path/to/trac
    106 }}}
    107 Source: http://www.madboa.com/geek/trac-centos/