[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Browser Plugin
- From: Ketmar Dark <ketmar@...>
- Date: Wed, 1 Aug 2007 16:31:53 +0300
hello, "Rafael - SosCpdTerra" <soscpd@terra.com.br>.
On Wed, 1 Aug 2007 09:18:30 -0300
"Rafael - SosCpdTerra" <soscpd@terra.com.br> wrote:
> handled). In this stage of development, I give absolutely no control
> to user. The plug-in is installed quietly and is ready to go. Lua
> code in the browser can do whatever Lua can do running directly from
> a shell. Sorry if I can point that first time.
the first thing that comes in mind is `sandboxing'. override all io.xxx
and os.xxx functions so they check their args for access rights and so
on.