Home
last modified time | relevance | path

Searched hist:e141be6f79f0cbfa36dd284c5a2528a566d809f9 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dsys_capability.cdiff 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 Dkern_ktrace.cdiff 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 Dvfs_lookup.cdiff 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 Dktrace.hdiff 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 Dkdump.cdiff 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.