From c2548d3351a4f0eddef2578aa8a5008cfd53ea9b Mon Sep 17 00:00:00 2001 From: Ferenc Deak Date: Tue, 11 May 2010 15:18:36 +0200 Subject: system/fakeroot: Initial import --- system/fakeroot/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 system/fakeroot/README (limited to 'system/fakeroot/README') diff --git a/system/fakeroot/README b/system/fakeroot/README new file mode 100644 index 0000000000..ea6b24ac91 --- /dev/null +++ b/system/fakeroot/README @@ -0,0 +1,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. -- cgit v1.2.3-65-gdbad