Wiki

Clone wiki

Sandbox-Run / Technology

Technology

Sandbox-Run is written in C language for efficiency concern

  • Uses ptrace to monitor the <executable>
  • Uses libseccomp to block potentially dangerous system call

Built on the alpine:edge docker image which has minimal size.

Alpine Linux

Then pre-installed a few compilers and interpreters:

  • gcc
  • nodejs
  • python
  • ruby

Navigate Wiki Pages


Back to Home

Updated