X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0ec6b98b24939100a6d4c333abe5bc62a4455f9f..84b286f65c55e21b4734a17474f1cba464cbbd9c:/methods/gzip.cc diff --git a/methods/gzip.cc b/methods/gzip.cc index df3f8828f..7ffcda60f 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -139,5 +139,8 @@ int main(int, char *argv[]) ++Prog; GzipMethod Mth; + + Mth.DropPrivsOrDie(); + return Mth.Run(); }