Graphene / Graphene-SGX - a library OS for Linux multi-process applications, with Intel SGX support
GNU Lesser General Public License v3.0
771
stars
260
forks
source link
[Examples] Add `sgx.nonpie_binary = true` to Redis #2610
Closed
dimakuv closed 3 years ago
Description of the changes
This doesn't hurt on Ubuntu (Redis is built as PIE) but makes it work on CentOS (Redis is built as non-PIE).
Fixes #2598.
How to test this PR?
Try Redis on old CentOS (or anywhere where Redis is non-PIE).
This change is