]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-dump-solver.cc
use the same code to detect quiet setting in all tools
[apt.git] / cmdline / apt-dump-solver.cc
index c26cdc70a530592a920aaad4d47db7ecd3f2acf3..f765234c5f8b61d5fc2a729e76d39699b277e047 100644 (file)
@@ -9,10 +9,12 @@
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/edsp.h>
 
-#include <config.h>
-
+#include <string.h>
+#include <unistd.h>
 #include <cstdio>
 #include <iostream>
+
+#include <config.h>
                                                                        /*}}}*/
 
 // ShowHelp - Show a help screen                                       /*{{{*/
@@ -38,6 +40,8 @@ int main(int argc,const char *argv[])                                 /*{{{*/
                ShowHelp();
                return 0;
        }
+        // we really don't need anything
+        DropPrivileges();
 
        FILE* input = fdopen(STDIN_FILENO, "r");
        FILE* output = fopen("/tmp/dump.edsp", "w");