| 12345678910111213141516171819202122 | loader.preload = file:../../src/libsysdb.soloader.env.LD_LIBRARY_PATH = /libloader.debug_type = inlineloader.syscall_symbol = syscalldbfs.mount.root.type = chrootfs.mount.root.uri = file:fs.mount.other.lib.type = chrootfs.mount.other.lib.path = /libfs.mount.other.lib.uri = file:../../../buildfs.mount.other.bin.type = chrootfs.mount.other.bin.path = /binfs.mount.other.bin.uri = file:/bin# allow to bind on port 8000net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535# allow to connect to port 8000net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:8000sys.ask_for_checkpoint = 1
 |