X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0ec6b98b24939100a6d4c333abe5bc62a4455f9f..bdc00df54d97c2825ce37dd1c249f633f199a80b:/methods/gzip.cc?ds=sidebyside 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(); }