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.
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.