Lua是一种为 Sandboxing (沙箱) 准备语言。 Safe Lua 让您轻松地使用Lua代码的沙箱创建和许多有趣的用途。
Changes:
1. Multiple sandboxes are now supported, running concurrently as coroutines.
2. Protection against infinite loops was added.
3. Scripts can communicate with each other through a message-passing system.
4. The system now supports a compact description language for cages (containers for sandboxes).
5. Privileges can be granted to each sandbox individually.
6. The system also ships with experimental bridges to GUI toolkits (Swing, VCLua) and a handful of example scripts
时间:2011-08-06 12:12
来源:开源中国社区
作者:开源中国社区
原文链接