forked from OpenChannelSSD/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lighttpd.manifest.template
63 lines (47 loc) · 1.8 KB
/
lighttpd.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#!$(PAL)
loader.preload = file:$(SHIMPATH)
loader.exec = file:build/sbin/lighttpd
loader.env.LD_LIBRARY_PATH = /lib64:/usr/lib64:/lighttpd
loader.debug_type = inline
fs.mount.lib.type = chroot
fs.mount.lib.path = /lib
fs.mount.lib.uri = file:$(LIBCDIR)
fs.mount.lib64.type = chroot
fs.mount.lib64.path = /usr/lib64
fs.mount.lib64.uri = file:/usr/lib64
fs.mount.build.type = chroot
fs.mount.build.path = /lighttpd
fs.mount.build.uri = file:build/lib
fs.mount.html.type = chroot
fs.mount.html.path = /html
fs.mount.html.uri = file:$(PWD)/html
fs.mount.usr.type = chroot
fs.mount.usr.path = /usr
fs.mount.usr.uri = file:/usr
fs.mount.tmp.type = chroot
fs.mount.tmp.path = /tmp
fs.mount.tmp.uri = file:/tmp
# allow to bind on port for listening
net.allow_bind.1 = $(HOST):$(PORT)
sys.stack.size = 256K
sys.brk.size = 4M
glibc.heap_size = 16M
sgx.thread_num = 28
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.libssl = file:/usr/lib64/libssl.so.1.0.2k
sgx.trusted_files.libcrypto = file:/usr/lib64/libcrypto.so.1.0.2k
sgx.trusted_files.lib1 = file:build/lib/mod_indexfile.so
sgx.trusted_files.lib2 = file:build/lib/mod_dirlisting.so
sgx.trusted_files.lib3 = file:build/lib/mod_staticfile.so
sgx.trusted_files.conf1 = file:lighttpd.conf
sgx.trusted_files.conf2 = file:lighttpd-generic.conf
sgx.trusted_files.conf3 = file:lighttpd-server.conf
sgx.trusted_files.conf4 = file:lighttpd-multithreaded.conf
sgx.trusted_files.conf5 = file:lighttpd-ssl.conf
sgx.trusted_files.server_key = file:server.pem
sgx.trusted_files.server_dh_key = file:dhparam.pem
sgx.allowed_files.html = file:html