diff --git a/build_torcx_store b/build_torcx_store index 2470f72da3..2b15689047 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -190,7 +190,7 @@ function torcx_package() { fi tmpfile="${BUILD_DIR}/${name}:${version}.torcx.tgz" - tar --force-local -C "${tmppkgroot}" -czf "${tmpfile}" . + tar --force-local --selinux --xattrs -C "${tmppkgroot}" -czf "${tmpfile}" . sha512sum=$(sha512sum "${tmpfile}" | awk '{print $1}') # TODO(euank): this opaque digest, if it were reproducible, could save