diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-25 12:33:26 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-25 12:33:26 +0200 |
commit | e31a89e668596ea86c8f3a08429cd2f48286e734 (patch) | |
tree | 417a694cc8dea17a352c2534f6a9e1f7b23178c6 /methods/gzip.cc | |
parent | 03bfbc965443393b92b2d6d82613472fa3a5067f (diff) | |
parent | 47d278dc7184606f751d015689e0c49eccde4547 (diff) |
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-trans
Diffstat (limited to 'methods/gzip.cc')
-rw-r--r-- | methods/gzip.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } |