lua-users home
lua-l archive

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


On 2010-07-09, Mark Hamburg <mark@grubmah.com> wrote:
>  [...]
>  But now we can use this in conjunction with the _ENV variable techniques to create alternate global environments. When such an environment is in place -- i.e., a specific _ENV declaration has superseded the chunk environment -- then variable names that cannot be resolved as declared locals or globals are resolved as elements of _ENV.
>  [...]

Would such variable resolution policy make sandboxing harder?

--Leo--