Bug 108414
| Summary: | Make crond a PIE | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ulrich Drepper <drepper> | ||||
| Component: | vixie-cron | Assignee: | Jens Petersen <petersen> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1 | Keywords: | FutureFeature | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 3.0.1-82 | Doc Type: | Enhancement | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-11-12 07:48:07 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: | 170796 | ||||||
| Attachments: |
|
||||||
Created attachment 95564 [details]
Minimal patch to build as PIE
Thanks, should be in vixie-cron-3.0.1-82. Verified. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031028 Firebird/0.7+ Description of problem: crond is long running and it allows user controlling it. A good candidate for PIEs. I'll attach a patch. Version-Release number of selected component (if applicable): vixie-cron-3.0.1-76 How reproducible: Always Steps to Reproduce: 1.readelf -h /usr/sbin/crond|fgrep Type 2. 3. Actual Results: Type: EXEC (Executable file) Expected Results: Type: DYN (Shared object file) Additional info: