Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: lossin Clear Filter

Tracking trust with Rust in the kernel

Tracking trust with Rust in the kernel Ready to give LWN a try? With a subscription to LWN, you can stay current with what is happening in the Linux and free-software community and take advantage of subscriber-only site features. We are pleased to offer you a free trial subscription, no credit card required, so that you can see for yourself. Please, join us! The Linux kernel has to handle many different sources of data that should not be trusted: user space, network connections, and removable

Tracking Trust with Rust in the Kernel

Tracking trust with Rust in the kernel Did you know...? LWN.net is a subscriber-supported publication; we rely on subscribers to keep the entire operation going. Please help out by buying a subscription and keeping LWN on the net. The Linux kernel has to handle many different sources of data that should not be trusted: user space, network connections, and removable storage, to name a few. The kernel has to remain secure even if one of these sends garbled (or malicious) data. Benno Lossin has b