Add Ruby wrapper around libseccomp.

Add a Ruby wrapper library around the libseccomp library. Seccomp is
used to restrict the syscalls a program can make. See comments in
app/logical/seccomp.rb for further details.

This is not used for anything yet. It's simply adding part of the
sandboxing infrastructure for later use.
This commit is contained in:
evazion
2021-11-11 08:52:50 -06:00
parent 3f9a85a828
commit 908df7921f
4 changed files with 536 additions and 0 deletions

View File

@@ -508,6 +508,7 @@ DEPENDENCIES
ed25519
factory_bot
ffaker
ffi
flamegraph
google-cloud-bigquery
google-cloud-storage