diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2010-12-16 16:40:10 -0600 |
---|---|---|
committer | Peter Seebach <peter.seebach@windriver.com> | 2010-12-16 16:40:10 -0600 |
commit | e0c6f1b3d6094417ac97ab8d19f6a9198de36bec (patch) | |
tree | 773e220751eda8ff2ac76e87d15fb416c2c20618 /doc | |
parent | 8f548e11610bc246052282e9e985101fd3f10f2a (diff) | |
download | pseudo-e0c6f1b3d6094417ac97ab8d19f6a9198de36bec.tar.gz pseudo-e0c6f1b3d6094417ac97ab8d19f6a9198de36bec.tar.bz2 pseudo-e0c6f1b3d6094417ac97ab8d19f6a9198de36bec.zip |
update docs to eliminate claims that we don't have chroot
Diffstat (limited to 'doc')
-rw-r--r-- | doc/overview | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/overview b/doc/overview index 17049f5..37d223a 100644 --- a/doc/overview +++ b/doc/overview @@ -2,9 +2,7 @@ Overview: The pseudo program and library combine to provide an environment which provides the illusion of root permissions with respect to file creation, -ownership, and related functions. At this time, this does not extend to -emulating chroot functions or a virtual password database, but these features -may be added. +ownership, and related functions. The underlying mechanism of pseudo is a library inserted using LD_PRELOAD, which provides replacement symbols for core C library functions. At this |