Scott Cain wrote: >On Thu, 2005-02-03 at 10:35 -0500, Daniel J Walsh wrote: > > >>No but you could just change the context of tmp to httpd_sys_content_t >> >>chcon -R httpd_sys_content_t /var/www/html/gbrowse/tmp >> >>Which should fix it. >> >> >> > > >[scott@localhost gbrowse]$ sudo chcon -R httpd_sys_content_t /var/www/html/gbrowse/tmp >/usr/bin/chcon: invalid context: httpd_sys_content_t > >Is there a typo in there somewhere? Also, is this documented somewhere? >`man` and `info` are particularly terse and not very helpful. > >Thanks, >Scott > > > > Oops chcon -R -t httpd_sys_content_t /var/www/html/gbrowse/tmp There should be a man page, there is one on my machine