alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
625 stars 184 forks source link

Does this crate support acls? #353

Open RyanGreenup opened 7 months ago

RyanGreenup commented 7 months ago

The Archive class has these methods:

This suggests that the builder retains most of the metadata and this has to be set in the archive object. I can't see any mention of set_acls though. Are acls supported by this crate?

I also note that the builder object uses HeaderMode::Complete by default (which includes mod/access times etc.). I don't see any mention of acls here either.

Does this crate currently implement support for acls?