Update README.md: Update example projects links, minor improvements

This commit is contained in:
Albert S. 2020-09-26 17:21:28 +02:00
parent 763c65c3fe
commit 23f697bcc9
1 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
qssb.h (quite simple sandbox) qssb.h (quite simple sandbox)
============================= =============================
qssb.h is a simple header only library that provides an interface qssb.h is a simple header only library that provides an interface
to sandbox applications. Using Seccomp and Linux Namespaces for that to sandbox applications on Linux. Using Seccomp and Linux Namespaces for that
purpose requires some knowledge of annoying details which this library purpose requires some knowledge of annoying details which this library
aims to abstract away as much as possible. aims to abstract away as much as possible.
@ -11,8 +11,10 @@ No release yet, API is unstable.
Features Features
======== ========
Systemcall filtering, restricting file system access, dropping - Systemcall filtering
privileges, isolating the application from the network, etc. - restricting file system access
- dropping privileges
- isolating the application from the network, etc.
Requirements Requirements
============ ============
@ -42,7 +44,9 @@ To be written
Examples Examples
======== ========
Real world project: cgit sandboxed: https://git.quitesimple.org/cgitsb - qswiki: https://gitea.quitesimple.org/crtxcr/qswiki
- cgit sandboxed: https://gitea.quitesimple.org/crtxcr/cgitsb
- qpdfviewsb sandboxed (quick and dirty): https://gitea.quitesimple.org/crtxcr/qpdfviewsb
Contributing Contributing