lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 11-12-26 02:44 PM, hollyrosella@hushmail.com wrote:
Hi, everyone.  Is lua used in any applications as a sandbox for untrusted code?  I'm trying to justify my own choice of lua for this purpose, so especially cases where people would really like to break out of the sandbox would be nice to know about .

Holly
Hi Holly

I don't know very much about this myself but I do know that this is one important feature of the language. For instance in this talk:
http://www.stanford.edu/class/ee380/Abstracts/100310.html ( I can't find the video now)

Roberto(Lua's cheif architect) mentioned that python does not have this facility and a bank used Lua to prevent some of the bank programmer's from having deeper access to the system then they should.

Page 49 of Programming in Lua also covers sandboxes

Hope this helps-Patrick