Edgewall Software

Changes between Version 11 and Version 12 of TracWithSeLinux


Ignore:
Timestamp:
Nov 21, 2009, 1:41:12 AM (14 years ago)
Author:
cucio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracWithSeLinux

    v11 v12  
    9898Newer versions of Fedora introduce a new type, httpd_sys_script_rw_t.
    9999To make it work with trac for every project you must do:
    100  # chcon -t httpd_sys_script_rw_t /var/www/trac/project/db/trac.db
     100{{{
     101#!sh
     102chcon -R -t httpd_sys_script_rw_t /var/www/trac/project/db
     103}}}