Now when the entry is unpack(), the extracted file's ownership (gid, uid) and permission (mode) is not correctly handles compared to https://github.com/composefs/tar-rs/blob/main/src/entry.rs
Concretely,
- symlink's permissions / ownership
- directory's ownership
- other file's ownership
Now when the entry is
unpack(), the extracted file's ownership (gid, uid) and permission (mode) is not correctly handles compared to https://github.com/composefs/tar-rs/blob/main/src/entry.rsConcretely,