K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-02-14T18:31:11.000000Z K 7 svn:log V 405 By default, when a process in jail calls getfsstat(), only return the data for the file system on which the jail's root vnode is located. Previous behavior (show data for all mountpoints) can be restored by setting security.jail.getfsstatroot_only to 0. Note: this also has the effect of hiding other mounts inside a jail, such as /dev, /tmp, and /proc, but errs on the side of leaking less information. END