Lambda the Ultimate

inactiveTopic A Security Kernel Based on the Lambda-Calculus
started 5/21/2004; 4:31:29 AM - last post 5/21/2004; 4:31:29 AM
Ehud Lamm - A Security Kernel Based on the Lambda-Calculus  blueArrow
5/21/2004; 4:31:29 AM (reads: 8258, responses: 0)
A Security Kernel Based on the Lambda-Calculus
(via our really great dicussion group)

This report describes Scheme 48, a programming environment whose design is guided by established principles of operating system security. Scheme 48's security kernel is small, consisting of the call-by-value lambda-calculus with a few simple extensions to support abstract data types, object mutation, and access to hardware resources. Each agent (user or subsystem) has a separate evaluation environment that holds objects representing privileges granted to that agent. Because environments ultimately determine availability of object references, protection and sharing can be controlled largely by the way in which environments are constructed.


Posted to LC by Ehud Lamm on 5/21/04; 4:31:48 AM