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:
@@ -508,6 +508,7 @@ DEPENDENCIES
|
||||
ed25519
|
||||
factory_bot
|
||||
ffaker
|
||||
ffi
|
||||
flamegraph
|
||||
google-cloud-bigquery
|
||||
google-cloud-storage
|
||||
|
||||
Reference in New Issue
Block a user