* edje: disable some os related syscall in lua script.

SVN revision: 54102
This commit is contained in:
Cedric BAIL 2010-11-02 13:43:54 +00:00
parent 29a707fdf8
commit c45e906f7f
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ static const luaL_Reg _elua_libs[] =
// {LUA_LOADLIBNAME, luaopen_package}, // disable this lib - don't want
{LUA_TABLIBNAME, luaopen_table},
// {LUA_IOLIBNAME, luaopen_io}, // disable this lib - don't want
{LUA_OSLIBNAME, luaopen_os}, // FIXME: audit os lib - maybe not provide or only provide specific calls
// {LUA_OSLIBNAME, luaopen_os}, // FIXME: audit os lib - maybe not provide or only provide specific calls
{LUA_STRLIBNAME, luaopen_string},
{LUA_MATHLIBNAME, luaopen_math},
// {LUA_DBLIBNAME, luaopen_debug}, // disable this lib - don't want