Bug 1306911

Summary: heketi: Daemon file not compiled with RELRO or PIE: /usr/bin/heketi
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Shruti Sampat <ssampat>
Component: heketiAssignee: Luis Pabón <lpabon>
Status: CLOSED NOTABUG QA Contact: Anush Shetty <ashetty>
Severity: high Docs Contact:
Priority: unspecified    
Version: rhgs-3.1CC: madam, sisharma
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-16 05:07:44 UTC Type: Bug
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: 1117266    

Description Shruti Sampat 2016-02-12 07:35:02 UTC
Description of problem:
-----------------------

•DaemonMissingRELRO [?]
 	Daemon file not compiled with RELRO or PIE: /usr/bin/heketi

Version-Release number of selected component (if applicable):
-------------------------------------------------------------
heketi-1.0.2-1.el6rhs

How reproducible:
-----------------
100%

Steps to Reproduce:
-------------------
1. Check build options

Actual results:
---------------
Daemon file not compiled with RELRO or PIE.

Expected results:
-----------------
Daemon files should be compiled with RELRO or PIE.

Comment 4 Siddharth Sharma 2016-02-16 05:07:44 UTC
heketi is written in go and currently there seems to be no way that golang compiler would build this with RELRO/PIE flags as GCC would do for C/C++ source code. So technically at this point we can override this test and if in future we find some way to build this with RELRO/PIE we would look into it. I am closing this bug it is not blocker for this time.