Initial commit

This commit is contained in:
2019-10-13 17:57:12 +02:00
커밋 200cd7878c
2개의 변경된 파일443개의 추가작업 그리고 0개의 파일을 삭제

42
README.md Normal file
파일 보기

@ -0,0 +1,42 @@
qssb (quite simple sandbox)
===========================
qssb.h is a simple header only library for easy sandboxing of
applications.
It aims to provide an interface to avoid the annoying details that
using Seccomp and Linux Namespaces requires.
Features
========
Systemcall filtering, restricting file system access, dropping
privileges, isolating the application from the network, etc.
Requirements
============
Kernel x.y.z.
Status
======
No release yet, API is unstable.
Documentation
=============
To be written
Examples
========
Real world project: cgit sandboxed: https://git.quitesimple.org/cgitsb
Contributing
============
Contributations are very welcome. Options:
1) Pull-Request: github.com/quitesimpleorg/qssb
2) Mail to qssb at quitesimple.org with instructions
on where to pull the changes.
3) Mailing a classic patch.
License
=======
ISC