exein-io / pulsar

A modular and blazing fast runtime security tool for the IoT, powered by eBPF.
https://pulsar.sh
Other
888 stars 51 forks source link

feat: Detect image layer directories for Podman #309

Closed vadorovsky closed 1 month ago

vadorovsky commented 2 months ago

Use libpod's image store and layer store to determine image layer directories on the host for Podman.

vadorovsky commented 1 month ago

So basically the podman_layers function returns you the list of all .../diff, .../merged, .../work directories involved, correct?

Yes, exactly.