Searched hist:e141be6f79f0cbfa36dd284c5a2528a566d809f9 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_capability.c | diff e141be6f79f0cbfa36dd284c5a2528a566d809f9 Tue Oct 18 09:28:58 CEST 2011 Dag-Erling Smørgrav <des@FreeBSD.org> 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.
|
H A D | kern_ktrace.c | diff e141be6f79f0cbfa36dd284c5a2528a566d809f9 Tue Oct 18 09:28:58 CEST 2011 Dag-Erling Smørgrav <des@FreeBSD.org> 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.
|
H A D | vfs_lookup.c | diff e141be6f79f0cbfa36dd284c5a2528a566d809f9 Tue Oct 18 09:28:58 CEST 2011 Dag-Erling Smørgrav <des@FreeBSD.org> 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.
|
/freebsd/sys/sys/ |
H A D | ktrace.h | diff e141be6f79f0cbfa36dd284c5a2528a566d809f9 Tue Oct 18 09:28:58 CEST 2011 Dag-Erling Smørgrav <des@FreeBSD.org> 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.
|
/freebsd/usr.bin/kdump/ |
H A D | kdump.c | diff e141be6f79f0cbfa36dd284c5a2528a566d809f9 Tue Oct 18 09:28:58 CEST 2011 Dag-Erling Smørgrav <des@FreeBSD.org> 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.
|