Bug 110761
Summary: | dangerous code in /etc/rc.d/rc | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pádraig Brady <p> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | bjohnson, leonard-rh-bugzilla, mitr, nmiell, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 8.42-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-09-21 17:20:49 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: | 150224, 171491 |
Description
Pádraig Brady
2003-11-24 15:03:10 UTC
To clarify, if an init script contains any of the strings "daemon ", "action ", "success ", or "failure ", /etc/rc.d/rc will exec it using '$i start' otherwise it will exec it using 'action $"Starting $subsys: " $i start' This is prone to false positives and is causing the original reporter problems. This is still applicable in initscripts 8.03 (i.e. lastest rawhide). Fix in CVS, will be in 8.42-1. |