lua-users home
lua-l archive

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


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.