blob: 9adf537dde2f2eb5fa4e2beea8598c321444b0cc (
plain) (
blame)
1
2
3
4
5
6
7
|
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. This
is useful for allowing users to create archives (tar, ar, .deb .rpm
etc.) with files in them with root permissions/ownership.
WWW: http://freshmeat.net/projects/fakeroot
|