Bug 108410

Summary: Make portmap a PIE
Product: [Fedora] Fedora Reporter: Ulrich Drepper <drepper>
Component: portmapAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-12 11:35:32 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: 107774    
Attachments:
Description Flags
Patch to enable building as PIE none

Description Ulrich Drepper 2003-10-29 04:33:31 UTC
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:
portmap is long running and takes input from users.  A perfect candidate for a
PIE.  I'll attach a patch.

Version-Release number of selected component (if applicable):
portmap-4.0-57

How reproducible:
Always

Steps to Reproduce:
1.readelf -h /sbin/portmap|fgrep Type
2.
3.
    

Actual Results:    Type:                              EXEC (Executable file)


Expected Results:    Type:                              DYN (Shared object file)


Additional info:

Comment 1 Ulrich Drepper 2003-10-29 04:34:21 UTC
Created attachment 95562 [details]
Patch to enable building as PIE

Comment 2 Thomas Woerner 2004-02-12 11:35:32 UTC
Fixed in rawhide in rpm portmap-4.0-58 or newer.