]> git.saurik.com Git - apt.git/blobdiff - methods/copy.cc
releasing package apt version 1.1~exp3
[apt.git] / methods / copy.cc
index b78053d364724bba2030206a1e417be4eee4b068..3883c822b2417a6f8a72f6a94a84b6f27188f51f 100644 (file)
@@ -119,5 +119,7 @@ int main()
    setlocale(LC_ALL, "");
 
    CopyMethod Mth;
+
+   Mth.DropPrivsOrDie();
    return Mth.Run();
 }