Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
/ segment-sandbox Public archive

The sandbox for segment-judger using linux namespace, cgroup and seccomp

License

Notifications You must be signed in to change notification settings

szdytom/segment-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo was archived for NO LONGER MAINTAINANCE!

Please use the rust version instead: https://github.com/segment-oj/ssandbox-rs

segment-sandbox

Codacy Badge CodeQL Analyze

The sandbox for segment-judger using linux namespace, cgroup and seccomp

基于Linux namespace, cgroup 和 seccomp 的沙箱系统,segmentoj-judger并不将使用它。

查看wiki获得更多信息。

Install Requirements

You need g++-9 or later (clang++10.0 or later), witch has full C++17 support (Ubuntu 20.04 LTS or Alpine Linux is a good choice).

C++ lib {fmt} is required.

Also, libseccomp required.

You need make and cmake to compile.