X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fimport%2Fimport-dkr.c;fp=src%2Fimport%2Fimport-dkr.c;h=b54a1a6d94b5eeeb9dcd9e2d938544022cfb2367;hb=6da023a048c7456c2ca849d9437a88817a1189d6;hp=a3f390ca826da3abc094312eeba940b54186421c;hpb=6d0b55c272ea31d025e8b3c311cea8cda0bfefd7;p=elogind.git diff --git a/src/import/import-dkr.c b/src/import/import-dkr.c index a3f390ca8..b54a1a6d9 100644 --- a/src/import/import-dkr.c +++ b/src/import/import-dkr.c @@ -493,7 +493,7 @@ static int dkr_import_job_run_tar(DkrImportJob *job) { if (null_fd != STDOUT_FILENO) safe_close(null_fd); - execlp("tar", "tar", "-C", job->temp_path, gzip ? "-xz" : "-x", NULL); + execlp("tar", "tar", "-C", job->temp_path, gzip ? "-xpz" : "-px", "--numeric-owner", NULL); _exit(EXIT_FAILURE); }