Cargo Features
[dependencies]
oci-unpack = { version = "0.1.0", default-features = false, features = ["sandbox"] }
- default = sandbox
-
The
sandbox
feature is set by default wheneveroci-unpack
is added without
somewhere in the dependency tree.default-features = false - sandbox default
-
Enables landlock
Affects
event_handler::EventHandler.sandbox_status
…