Description of problem: The cgi script have bad selinux permissions. Version-Release number of selected component (if applicable): queuegraph-1.1-1.el5 How reproducible: Always in enforcing mode Steps to Reproduce: 1. yum install queuegraph 2. *tinker with apache config* 3. Actual results: In webserver logs "Premature end of script headers: queuegraph.cgi" Expected results: Nice graphs of the mail traffic Additional info: semanage fcontext -a -t httpd_sys_script_exec_t "/usr/share/queuegraph(/.*)?" semanage fcontext -a -t httpd_sys_content_t "/var/lib/queuegraph(/.*)?" semanage fcontext -a -t httpd_sys_content_t "/var/cache/queuegraph(/.*)?" This will make everything work again. Should go into the rpmscriptlets?
(In reply to comment #0) > This will make everything work again. Should go into the rpmscriptlets? It's a little more complicated than that. It requires a selinux policy package. I'm working on one for the mailgraph program right now and I'll start this one next.
queuegraph-1.1-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update queuegraph'
queuegraph-1.1-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update queuegraph'
queuegraph-1.1-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
queuegraph-1.1-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.