forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
368 B
Text
7 lines
368 B
Text
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
|