diff options
author | Michael Vogt <mvo@debian.org> | 2014-06-11 15:31:38 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-06-11 15:31:38 +0200 |
commit | fc1a78d8e9b958f3d65fe1c03494d785314f9816 (patch) | |
tree | 09b61bfae82e32d45db8e264bb3a15f947ca8b76 /cmdline/apt-dump-solver.cc | |
parent | eea0f3a6197dba565c5df349ed06c0a70b49b77f (diff) |
DropPrivs in the solvers (just to be on the safe side)
Diffstat (limited to 'cmdline/apt-dump-solver.cc')
-rw-r--r-- | cmdline/apt-dump-solver.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline/apt-dump-solver.cc b/cmdline/apt-dump-solver.cc index 04e13bde9..424764b3c 100644 --- a/cmdline/apt-dump-solver.cc +++ b/cmdline/apt-dump-solver.cc @@ -40,6 +40,8 @@ int main(int argc,const char *argv[]) /*{{{*/ ShowHelp(); return 0; } + // we really don't need anything + DropPrivs(); FILE* input = fdopen(STDIN_FILENO, "r"); FILE* output = fopen("/tmp/dump.edsp", "w"); |