Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc.
PR: ports/64102
Submitted by: Meno Abels <meno.abels@adviser.com>