项目作者: segment-oj

项目描述 :
The sandbox for segment-judger using linux namespace, cgroup and seccomp
高级语言: C++
项目地址: git://github.com/segment-oj/segment-sandbox.git
创建时间: 2020-04-27T01:49:27Z
项目社区:https://github.com/segment-oj/segment-sandbox

开源协议:MIT License

下载


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.