clarification

This commit is contained in:
Daniel Micay 2020-09-29 03:48:54 -04:00
parent 697c4fdd65
commit fc7e73d270

View File

@ -763,8 +763,8 @@
the vast majority of the complexity in the driver rather than the firmware. The fully
functional driver is massive and the firmware is quite small. Unfortunately, since the
Linux kernel is monolithic and has no internal security boundaries, the attack surface
is problematic and a HardMAC implementation with most complexity in isolated firmware
would be better than the status quo. An isolated driver would be ideal.</p>
is problematic and a HardMAC implementation with most complexity in the isolated
firmware could be better than the status quo. An isolated driver would be ideal.</p>
<h2 id="day-to-day-use">
<a href="#day-to-day-use">Day to day use</a>