diff options
author | Peter Seebach <seebs@eee12.(none)> | 2010-03-24 19:31:58 -0500 |
---|---|---|
committer | Peter Seebach <seebs@eee12.(none)> | 2010-03-25 16:43:13 -0500 |
commit | 2c389272304f2710b317f185c6fb057458bc9027 (patch) | |
tree | ee35ad5102fc6a17f284c693c19a3a028a3114ea /doc | |
parent | 4b555b46b36ccd50a1130238e02a2e2d41b50366 (diff) | |
download | pseudo-2c389272304f2710b317f185c6fb057458bc9027.tar.gz pseudo-2c389272304f2710b317f185c6fb057458bc9027.tar.bz2 pseudo-2c389272304f2710b317f185c6fb057458bc9027.zip |
initial chroot() support
Add chroot() and a large number of things needed to make it work.
The list of intercepted calls is large but not exhaustive.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/overview | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/overview b/doc/overview index 7341e3c..17049f5 100644 --- a/doc/overview +++ b/doc/overview @@ -37,7 +37,7 @@ pseudo client code, and the check for whether or not to use it is controlled by the mutex (actually by the mutex owner variable, which is protected by the mutex.) Without that, read operations in another thread during the "antimagic" part of an operation would bypass pseudo, yielding erratically -wrong results! +wrong results! Wrappers are where pathnames get canonicalized. 2. The wrapper function itself. This function may translate a single operation into two or more logical operations. This function has no awareness of the database, but can send queries to the general client code. |