Control: tag 806475 pending
Hello,
Bug #806475 in apt reported by you has been fixed in the Git repository. You can
see the commit message below, and you can check the diff of the fix at:
https://anonscm.debian.org/cgit/apt/apt.git/diff/?id=ebca2f2
(this message was generated automatically based on the git commit message)
---
commit ebca2f254ca96ad7ad855dca6e76c9d1c792c4a0
Author: David Kalnischkies <[email protected]>
Date: Sat Nov 28 13:17:57 2015 +0100
disable privilege-drop verification by default as fakeroot trips over it
Dropping privileges is an involved process for code and system alike so
ideally we want to verify that all the work wasn't in vain. Stuff
designed to sidestep the usual privilege checks like fakeroot (and its
many alternatives) have their problem with this through, partly through
missing wrapping (#806521), partly as e.g. regaining root from an
unprivileged user is in their design. This commit therefore disables
most of these checks by default so that apt runs fine again in a
fakeroot environment.
Closes: 806475