lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I'm going to look at the link posted earlier with the code from the
> official try lua and see what's being restricted there. 

Just this:

     arg=nil
     debug.debug=nil
     debug.getfenv=getfenv
     debug.getregistry=nil
     dofile=nil
     io={write=io.write}
     loadfile=nil
     os.execute=nil
     os.getenv=nil
     os.remove=nil
     os.rename=nil
     os.tmpname=nil
     package.loaded.io=io
     package.loaded.package=nil
     package=nil
     require=nil