diff src/luan/modules/Io.luan @ 1134:e54ae41e9501

cleaner security
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 17 Jan 2018 21:44:46 -0700
parents bae2d0c2576c
children 73d754b1889f
line wrap: on
line diff
--- a/src/luan/modules/Io.luan	Wed Jan 17 20:59:42 2018 -0700
+++ b/src/luan/modules/Io.luan	Wed Jan 17 21:44:46 2018 -0700
@@ -13,6 +13,7 @@
 Io.socket_server = IoLuan.socket_server
 Io.stdout = IoLuan.textWriter(System.out)
 Io.stderr = IoLuan.textWriter(System.err)
+Io.unrestricted = IoLuan.unrestricted
 
 -- used by http and rpc
 Io.password = "password"