Achieving Information Flow Security through Precise Control of Effects

  • Authors:
  • William L. Harrison;James Hook

  • Affiliations:
  • University of Missouri;Portland State University

  • Venue:
  • CSFW '05 Proceedings of the 18th IEEE workshop on Computer Security Foundations
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper advocates a novel approach to the construction of secure software: controlling information flow and maintaining integrity via monadic encapsulation of effects. This approach is constructive, relying on properties of monads and monad transformers to build, verify, and extend secure software systems. We illustrate this approach by construction of abstract operating systems called separation kernels. Starting from a mathematicalmodel of shared-state concurrency based on monads of resumptions and state, we outline the development by stepwise refinements of separation kernels supporting Unix-like system calls, interdomain communication, and a formally verified security policy (domain separation). Because monads may be easily and safely represented within any pure, higher-order, typed functional language, the resulting system models may be directly realized within a language such as Haskell.