You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The Archive class has these methods:
TODO
is there a way to set acls?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?
The text was updated successfully, but these errors were encountered: