fs-verity digest verification for trusted binaries
We released support for fs-verity based binary verification in our eBPF policy workflow.
This update helps enforce that the executable allowed by policy is the exact trusted binary digest, not just a matching file path.
Highlights:
- Added policy support for
fsverity_digestto pin trusted executable digests. - Integrated kernel side checks using
bpf_get_fsverity_digestin the access path.
Read the full technical deep dives: