K 10 svn:author V 7 rwatson K 8 svn:date V 27 2003-01-31T21:19:22.000000Z K 7 svn:log V 481 Document a bug in our chroot(2) implementation: if access control checks, including the "open directory" check or a MAC check fail, after the working directory of the process has been changed, then the cwd of the process will be left as the target directory rather than the original directory. At some point, this bug might be fixable by performing the directory change only after permission is granted for the change. In the mean time document it (it's been there for a while). END