summaryrefslogtreecommitdiffstats
path: root/system/fakeroot/README
blob: ea6b24ac91a6a994268b0e9478470ffed097bfa7 (plain)
1
2
3
4
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.