Bug 215358
| Summary: | Invalid permission of file /usr/sbin/suphp | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | adhisimon <adhisimon> |
| Component: | mod_suphp | Assignee: | Andreas Thienemann <andreas> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | extras-qa, icon, rollercow, sitsofe |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-03-10 21:38:43 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 213321 | ||
|
Description
adhisimon
2006-11-13 17:23:08 UTC
I believe a better solution is to ensure that suphp is in the apache group. Just to clarify, in the spec file I think:
%attr (4550, root, root) %{_sbindir}/suphp
should be
%attr (4550, root, apache) %{_sbindir}/suphp
This means only root and apache will be able to run the setuid binary which is
the way that suexec does things too.
Thx, package is updates as suggested in comment #2. |