Closed kostja closed 9 years ago
To make some people less mad, sandbox the container: Add this:
os.execute = nil os.exit = nil os.rename = nil os.tmpname = nil os.remove = nil io = nil require = nil package = nil
to: https://github.com/tarantool/try/blob/master/try/container/container.lua
check that tutorial still works.
I also banned fio and socket.
fio
socket
To make some people less mad, sandbox the container: Add this:
os.execute = nil os.exit = nil os.rename = nil os.tmpname = nil os.remove = nil io = nil require = nil package = nil
to: https://github.com/tarantool/try/blob/master/try/container/container.lua
check that tutorial still works.