Skip to content

A very quick sandbox module written for Lua 5.3, Linux compatible

License

Notifications You must be signed in to change notification settings

RyanSquared/lua-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-sandbox

A very quick sandbox module written for Lua 5.3, Linux compatible

API - sandbox

sandbox.protect() - Restricts access to resources.

sandbox.kill(pid) - Terminates process with PID.

sandbox.fork() - Forks and returns child PID or 0.

API - sandbox.cqueues

sandbox_cqueues.fork() - Forks and returns a PID or 0 and a socket pair.

About

A very quick sandbox module written for Lua 5.3, Linux compatible

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published