Filesystem drivers in Rust
Filesystem drivers in Rust
Posted Dec 15, 2025 10:23 UTC (Mon) by farnz (subscriber, #17727)In reply to: Filesystem drivers in Rust by taladar
Parent article: The state of the kernel Rust experiment
Depends how far the denial of service extends; if it just restricts you from accessing the malicious filesystem, that's not a problem, but if a malicious filesystem can cause the FS driver to hold locks that prevent you accessing any filesystem at all, that's a denial of service attack.
