Cargo Features

[dependencies]
oci-unpack = { version = "0.1.0", default-features = false, features = ["sandbox"] }
default = sandbox

The sandbox feature is set by default whenever oci-unpack is added without default-features = false somewhere in the dependency tree.

sandbox default

Enables landlock

Affects event_handler::EventHandler.sandbox_status