lua-users home
lua-l archive

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


> Point taken. How does require() get around this problem, if I may ask?

It does not. 'require' should never be allowed in sandboxes, unless
you want your sandboxes to have access to sockets, databases, etc.
(It would look more like a beach than a sandbox ;)

-- Roberto