K 10 svn:author V 3 des K 8 svn:date V 27 2011-10-18T07:28:58.759942Z K 7 svn:log V 421 Revisit the capability failure trace points. The initial implementation only logged instances where an operation on a file descriptor required capabilities which the file descriptor did not have. By adding a type enum to struct ktr_cap_fail, we can catch other types of capability failures as well, such as disallowed system calls or attempts to wrap a file descriptor with more capabilities than it had to begin with. END