ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

lib: Fix mountpoint check #542

Closed cgwalters closed 12 months ago

cgwalters commented 12 months ago

I got confused by the statx API here; it just happened to work because we were ignoring the mask.

This version comes with a test case too.