On 06/23/2010 04:42 PM, Ken Smith wrote:
> Hi All,
>
> I'm setting up a cgi application (the Web part of the MythTV application).
>
> I'd like to try to run it with SELINUX enabled if possible. The perl
> script writes to STDOUT and it produces a SELINUX error that recommends
> executing this c
Hi All,
I'm setting up a cgi application (the Web part of the MythTV application).
I'd like to try to run it with SELINUX enabled if possible. The perl
script writes to STDOUT and it produces a SELINUX error that recommends
executing this command
chcon -t httpd_sys_content_t 'stdout'
How