lua-users home
lua-l archive

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


On Jan 12, 2013 12:47 PM, "Patrick" <patrick@spellingbeewinnars.org> wrote:
> (...) but if a user can already delete their home directory then is it safe to say that it is alright to run their lua files without a sandbox?

It depends... Who is writing the Lua scripts? If it's the user, then I think it's ok to run it unsandboxed. But if the Lua scripts are plugins that the user downloads (like in WoW), then sandboxing becomes necessary.