Bug 150880
Summary: | apache not able to run cgi programs | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Aleksandar Milivojevic <alex> |
Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | CC: | walters |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-03-11 19:28:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Aleksandar Milivojevic
2005-03-11 16:37:15 UTC
The nosuid flag prevents domain transitions from occuring. I'm not sure there exist any good fixes besides removing the nosuid flag or disabling enforcement for Apache. You might be able to change the script type to bin_t, but then the script will run as httpd_t. Thanks Colin. I've been attempting to solve this for couple of days. Mounting partition with suid flag (default) solved the problem. BTW, it might be good idea to include this piece of information in http://fedora.redhat.com/docs/selinux-apache-fc3/ (and related RHEL) documentation. |