feat(sandbox): add Node.js code execution support to sandbox
This commit is contained in:
17
sandbox/lib/seccomp_redbear/Cargo.toml
Normal file
17
sandbox/lib/seccomp_redbear/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "seccomp_redbear"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "sandbox"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.180"
|
||||
libseccomp-sys = "0.3.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
python3 = []
|
||||
nodejs = []
|
||||
Reference in New Issue
Block a user