-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.template
47 lines (38 loc) · 1.22 KB
/
manifest.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
loader.preload = file:$(SHIMPATH)
loader.env.LD_LIBRARY_PATH = /lib
# loader.debug_type = inline
loader.debug_type = none
loader.libos = libsysdb
loader.syscall_symbol = syscalldb
fs.mount.lib.type = chroot
fs.mount.lib.path = /lib
fs.mount.lib.uri = file:$(LIBCDIR)
fs.mount.bin.type = chroot
fs.mount.bin.path = /bin
fs.mount.bin.uri = file:/bin
fs.mount.var.type = chroot
fs.mount.var.path = /var
fs.mount.var.uri = file:/var
sys.brk.size = 32M
sys.stack.size = 4M
# allow to bind on port 8000
net.allow_bind.1 = 127.0.0.1:8000
# allow to connect to port 8000
net.allow_peer.1 = 127.0.0.1:8000
# sgx.enclave_size = 8G
sgx.enclave_size = 2G
# sgx.enclave_size = 1G
# sgx.enclave_size = 512M
# sgx.enclave_size = 256M
# sgx.enclave_size = 128M
sgx.thread_num = 16
sgx.debug = 1
# sgx.debug = 1
# sgx.enable_avx3 = 1
# sgx.enable_mpx = 1
# sgx.support_exinfo = 1 # CPU needs to support it
sgx.trusted_files.ld = file:../../../../../Runtime/ld-linux-x86-64.so.2
sgx.trusted_files.libc = file:../../../../../Runtime/libc.so.6
sgx.trusted_files.libdl = file:../../../../../Runtime/libdl.so.2
sgx.trusted_files.pthread = file:../../../../../Runtime/libpthread.so.0
# sgx.trusted_files.seccomp = file:/lib/x86_64-linux-gnu/libseccomp.so.2