I am using Lua as a script language inside my C application.
It suits me well, but I can\'t understand how can I limit Lua not to call system functions, include other mo
You can accomplish this by not loading the os or package modules. Rather than using luaL_openlibs, see this post.
os
package
luaL_openlibs