ostreedev / ostree-rs-ext

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

Does not properly parse ostree tristates #612

Closed cgwalters closed 4 months ago

cgwalters commented 4 months ago

https://github.com/ostreedev/ostree-rs-ext/blob/11de3088bbc7a532f844fa4de258ee3b2597e63c/lib/src/ostree_prepareroot.rs#L54 is wrong since true and 1 are also valid, per https://github.com/ostreedev/ostree/blob/223a1af4b537268b3e3decdf763bec0dc196b11d/src/libotutil/ot-keyfile-utils.c#L89