Changaco / python-libarchive-c

Python interface to libarchive
Other
72 stars 37 forks source link

Cannot set uid/gid when adding file from memory #115

Closed Cilyan closed 2 years ago

Cilyan commented 3 years ago

ArchiveWrite.add_file_from_memory is missing parameters to set uid and gid.

Use case: this can be important for initramfs, squashfs, etc.