mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
Release of Graphene SGX: Supporting native Linux application in Intel SGX enclaves. Most applications are supported. Some features may still be buggy. Improving portability of Graphene: Eliminating GCC-ism of the host-generic code. Easier to port to non-Posix platform (e.g., Windows without Cygwin).
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
loader.preload = file:$(SHIMPATH)
|
|
loader.env.LD_LIBRARY_PATH = /lib
|
|
loader.debug_type = inline
|
|
|
|
fs.mount.lib.type = chroot
|
|
fs.mount.lib.path = /lib
|
|
fs.mount.lib.uri = file:$(LIBCDIR)
|