Edgewall Software

Changes between Version 12 and Version 13 of TracWithSeLinux


Ignore:
Timestamp:
Jan 11, 2013, 10:55:02 PM (11 years ago)
Author:
raydecampo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracWithSeLinux

    v12 v13  
    102102chcon -R -t httpd_sys_script_rw_t /var/www/trac/project/db
    103103}}}
     104
     105== CentOS 6.3 ==
     106
     107I found the following set of commands helpful for CentOS 6.3, using PostgreSQL as the database:
     108
     109{{{
     110#!sh
     111chcon -R -t httpd_sys_content_t /var/trac/official
     112chcon -R -t httpd_sys_script_rw_t /var/trac/official
     113setsebool -P httpd_can_network_connect on
     114}}}