[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Better custom metamethod/metafield support
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 7 Apr 2014 07:51:26 +0200
On Mon, Apr 7, 2014 at 3:35 AM, Thiago L. <fakedme@gmail.com> wrote:
> I keep arguing with sandbox writers that debug.getmetatable should be
> allowed in sandboxes, even if limited to be unable to get the metatable of
> specific objects (from a blacklist table or something probably).
They would probably argue that if that functionality was needed, then
you could provide a function to do it within the sandbox. Since we
don't use package.loadall, seems safe and convenient enough.