summaryrefslogtreecommitdiffstats
path: root/system/fakeroot/README
diff options
context:
space:
mode:
author Ferenc Deak <ferenc.deak@gmail.com>2010-05-11 15:18:36 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 15:18:36 +0200
commitc2548d3351a4f0eddef2578aa8a5008cfd53ea9b (patch)
tree4b30b2cfda1779a14fee69df0a186f68378a7e5c /system/fakeroot/README
parentf1eed7676496db01ebe242d3432012660a5e33eb (diff)
downloadslackbuilds-c2548d3351a4f0eddef2578aa8a5008cfd53ea9b.tar.gz
slackbuilds-c2548d3351a4f0eddef2578aa8a5008cfd53ea9b.tar.xz
system/fakeroot: Initial import
Diffstat (limited to 'system/fakeroot/README')
-rw-r--r--system/fakeroot/README4
1 files changed, 4 insertions, 0 deletions
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.