SmartK: Smart cards in operating systems at kernel level

  • Authors:
  • Luigi Catuogno;Roberto Gassirí;Michele Masullo;Ivan Visconti

  • Affiliations:
  • Dipartimento di Informatica, Universití degli Studi di Salerno, Via Ponte Don Melillo, I-84084 Fisciano (SA), Italy;Dipartimento di Informatica, Universití degli Studi di Salerno, Via Ponte Don Melillo, I-84084 Fisciano (SA), Italy;Dipartimento di Informatica, Universití degli Studi di Salerno, Via Ponte Don Melillo, I-84084 Fisciano (SA), Italy;Dipartimento di Informatica, Universití degli Studi di Salerno, Via Ponte Don Melillo, I-84084 Fisciano (SA), Italy

  • Venue:
  • Information Security Tech. Report
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

A smart card is a tamper-resistant miniature computer that performs some basic computations on input a secret information. So far, smart cards have been widely used for securing many digital transactions (e.g., pay television, ATM machines). We focus on the implementation of operating system security services leveraging on smart cards. This very challenging feature allows one to personalize some functionalities of the operating system by simply changing a smart card. Current solutions for integrating smart card features in operating system services require at least a partial execution of some of the operating system functionalities at ''user level''. Unfortunately, system functionalities built on top of components lying at both kernel and user levels may negatively affect the overall system security, due to the introduction of multiple points of failure. In this work, we present the design and implementation of SmartK: a framework that integrates features of smart cards uniquely in the Linux kernel. In order to validate our approach, we propose a host of enhancements to the Linux operating system built on top of SmartK: 1) in-kernel clients' authentication with Kerberos; 2) execution of trusted code; 3) key management in secure network filesystems. In particular, we present an experimental Linux OS distribution (SalSA), which addresses the security issues related to downloading packages and to updating an operating system through the Internet.