How can I run a safe sandbox from within a c/c++ application? I tried: "lua_pushnil(L); lua_setglobal(L, "io");" etc etc ...