diff options
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/substvars b/substvars new file mode 100644 index 0000000..e6f67fa --- /dev/null +++ b/substvars @@ -0,0 +1,6 @@ +Common-Description: + fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC + (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other + file-manipulation functions, so that unprivileged users can (for instance) + populate .opk archives with root-owned files; various build tools use fakeroot + for this by default. |