mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
5 lines
258 B
Text
5 lines
258 B
Text
|
Fakeroot makes it possible to run commands in an environment faking
|
||
|
root privileges. This is done by setting LD_PRELOAD to libfakeroot.so,
|
||
|
which provides wrappers around getuid, chown, chmod, mknod, stat, and
|
||
|
so on, thereby creating a fake root environment.
|