Skip to content

nbougalis/codius-sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codius Sandbox

Codius Sandbox is a small C++ library and node module that uses seccomp to execute untrusted code in a secure sandbox, in the same vein of User Mode Linux, Native Client, and others.

Dependencies

  • cppunit
  • libuv
  • libseccomp
  • A compiler that supports C++11, such as GCC 4.8 or Clang.

On Ubuntu, these can be installed with:

`apt-get install libuv-dev libseccomp-dev libcppunit-dev`

Documentation

Full documentation of codius-sandbox is available on Read The Docs:

https://codius-sandbox.readthedocs.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.2%
  • C 31.8%
  • Python 8.0%
  • JavaScript 2.0%