|
@@ -3,16 +3,13 @@ loader.env.LD_LIBRARY_PATH = /lib
|
|
loader.debug_type = none
|
|
loader.debug_type = none
|
|
loader.syscall_symbol = syscalldb
|
|
loader.syscall_symbol = syscalldb
|
|
|
|
|
|
-fs.mount.root.type = chroot
|
|
+fs.mount.lib.type = chroot
|
|
-fs.mount.root.uri = file:
|
|
+fs.mount.lib.path = /lib
|
|
|
|
+fs.mount.lib.uri = file:../../../../Runtime
|
|
|
|
|
|
-fs.mount.other.lib.type = chroot
|
|
+fs.mount.bin.type = chroot
|
|
-fs.mount.other.lib.path = /lib
|
|
+fs.mount.bin.path = /bin
|
|
-fs.mount.other.lib.uri = file:../../../build
|
|
+fs.mount.bin.uri = file:/bin
|
|
-
|
|
|
|
-fs.mount.other.bin.type = chroot
|
|
|
|
-fs.mount.other.bin.path = /bin
|
|
|
|
-fs.mount.other.bin.uri = file:/bin
|
|
|
|
|
|
|
|
# allow to bind on port 8000
|
|
# allow to bind on port 8000
|
|
net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
|
|
net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
|