From 2a1a7465259186848e24da4003cacaa65dab1665 Mon Sep 17 00:00:00 2001 From: cedric Date: Tue, 2 Nov 2010 13:43:54 +0000 Subject: [PATCH] * edje: disable some os related syscall in lua script. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@54102 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_lua2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje_lua2.c b/src/lib/edje_lua2.c index 8a135e0..2429231 100644 --- a/src/lib/edje_lua2.c +++ b/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 -- 2.7.4