English

System M: A Program Logic for Code Sandboxing and Identification

Cryptography and Security 2015-01-26 v1 Logic in Computer Science Programming Languages

Abstract

Security-sensitive applications that execute untrusted code often check the code's integrity by comparing its syntax to a known good value or sandbox the code to contain its effects. System M is a new program logic for reasoning about such security-sensitive applications. System M extends Hoare Type Theory (HTT) to trace safety properties and, additionally, contains two new reasoning principles. First, its type system internalizes logical equality, facilitating reasoning about applications that check code integrity. Second, a confinement rule assigns an effect type to a computation based solely on knowledge of the computation's sandbox. We prove the soundness of system M relative to a step-indexed trace-based semantic model. We illustrate both new reasoning principles of system M by verifying the main integrity property of the design of Memoir, a previously proposed trusted computing system for ensuring state continuity of isolated security-sensitive applications.

Keywords

Cite

@article{arxiv.1501.05673,
  title  = {System M: A Program Logic for Code Sandboxing and Identification},
  author = {Limin Jia and Shayak Sen and Deepak Garg and Anupam Datta},
  journal= {arXiv preprint arXiv:1501.05673},
  year   = {2015}
}
R2 v1 2026-06-22T08:10:29.895Z