From c45e906f7fdb2529f9ec5b38c89fdc0a684a701e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 2 Nov 2010 13:43:54 +0000 Subject: [PATCH] * edje: disable some os related syscall in lua script. SVN revision: 54102 --- legacy/edje/src/lib/edje_lua2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/edje/src/lib/edje_lua2.c b/legacy/edje/src/lib/edje_lua2.c index 8a135e02ec..2429231b41 100644 --- a/legacy/edje/src/lib/edje_lua2.c +++ b/legacy/edje/src/lib/edje_lua2.c @@ -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