Litcius/Paper detail

Minimum viable device drivers for ARM trustzone

Liwei Guo, Felix Xiaozhu Lin

202214 citationsDOIOpen Access PDF

Abstract

While TrustZone can isolate IO hardware, it lacks drivers for modern IO devices. Rather than porting drivers, we propose a novel approach to deriving minimum viable drivers: developers exercise a full driver and record the driver/device interactions; the processed recordings, dubbed driverlets, are replayed in the TEE at run time to access IO devices. Driverlets address two key challenges: correctness and expressiveness, for which they build on a key construct called interaction template. The interaction template ensures faithful reproduction of recorded IO jobs (albeit on new IO data); it accepts dynamic input values; it tolerates nondeterministic device behaviors. We demonstrate driverlets on a series of sophisticated devices, making them accessible to Trust-Zone for the first time to our knowledge. Our experiments show that driverlets are secure, easy to build, and incur acceptable overhead (1.4×-2.7× compared to native drivers). Driverlets fill a critical gap in the TrustZone TEE, realizing its long-promised vision of secure IO.

Topics & Concepts

Computer sciencePortingCorrectnessOverhead (engineering)Key (lock)Construct (python library)Embedded systemNondeterministic algorithmOperating systemMobile deviceComputer hardwareSoftwareComputer networkProgramming languageAlgorithmSecurity and Verification in ComputingAdvanced Malware Detection TechniquesCloud Data Security Solutions
Minimum viable device drivers for ARM trustzone | Litcius