]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
DropPrivs in the solvers (just to be on the safe side)
[apt.git] / apt-pkg / contrib / fileutl.h
index cc1a98eae02c227b47962dff72421baf0e3f5e6d..683c04157b473f4347669a061e75e25cef635a09 100644 (file)
@@ -191,6 +191,9 @@ pid_t ExecFork(std::set<int> keep_fds);
 void MergeKeepFdsFromConfiguration(std::set<int> &keep_fds);
 bool ExecWait(pid_t Pid,const char *Name,bool Reap = false);
 
+// process releated
+bool DropPrivs();
+
 // File string manipulators
 std::string flNotDir(std::string File);
 std::string flNotFile(std::string File);