12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #!$(PAL)
- loader.preload = file:$(SHIMPATH)
- loader.exec = file:/usr/bin/python
- loader.execname = python
- loader.env.LD_LIBRARY_PATH = /graphene:/graphene/resolv:/host:/usr/lib:/usr/lib/x86_64-linux-gnu
- loader.env.PATH = /usr/bin:/bin
- loader.env.USERNAME =
- loader.env.HOME =
- loader.env.PWD =
- loader.debug_type = none
- fs.mount.lib1.type = chroot
- fs.mount.lib1.path = /graphene
- fs.mount.lib1.uri = file:$(LIBCDIR)
- fs.mount.lib2.type = chroot
- fs.mount.lib2.path = /host
- fs.mount.lib2.uri = file:/lib/x86_64-linux-gnu
- fs.mount.bin.type = chroot
- fs.mount.bin.path = /bin
- fs.mount.bin.uri = file:/bin
- fs.mount.usr.type = chroot
- fs.mount.usr.path = /usr
- fs.mount.usr.uri = file:/usr
- fs.mount.etc.type = chroot
- fs.mount.etc.path = /etc
- fs.mount.etc.uri = file:
- sys.stack.size = 256K
- sys.brk.size = 4M
- glibc.heap_size = 16M
- sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
- sgx.trusted_files.libc = file:$(LIBCDIR)/libc.so.6
- sgx.trusted_files.libdl = file:$(LIBCDIR)/libdl.so.2
- sgx.trusted_files.libm = file:$(LIBCDIR)/libm.so.6
- sgx.trusted_files.libpthread = file:$(LIBCDIR)/libpthread.so.0
- sgx.trusted_files.liburil = file:$(LIBCDIR)/libutil.so.1
- sgx.trusted_files.libz = file:/lib/x86_64-linux-gnu/libz.so.1
- sgx.trusted_files.libnss1 = file:/lib/x86_64-linux-gnu/libnss_compat.so.2
- sgx.trusted_files.libnss2 = file:/lib/x86_64-linux-gnu/libnss_files.so.2
- sgx.trusted_files.libnss3 = file:$(LIBCDIR)/libnss_dns.so.2
- sgx.trusted_files.libssl = file:/lib/x86_64-linux-gnu/libssl.so.1.0.0
- sgx.trusted_files.libcrypto = file:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
- sgx.trusted_files.libresolv = file:$(LIBCDIR)/libresolv.so.2
- sgx.trusted_files.hosts = file:hosts
- sgx.trusted_files.resolv = file:resolv.conf
- sgx.trusted_files.gai = file:gai.conf
- sgx.allowed_files.pyhome = file:/usr/lib/python2.7
- sgx.allowed_files.scripts = file:scripts
|