Butler Lampson — Protection and Access Control
<!-- hierarchy:nav -->
Path: OIP › Thinker Reference › Thinkers › Butler Lampson — Protection and Access Control
Shelf: Thinkers · Traversal: self-explaining · hierarchical · voxel-ready
Machine root: OIP tree · Registry
Butler Lampson — Protection and Access Control
§SELF — thinker-butler-lampson
What this page is: A summary of Butler Lampson's work on computer protection mechanisms and access control. What it explains: How Lampson defined the conceptual framework that all modern operating systems use to control which programs can access which resources. Why read it: To understand where protection domains, access control matrices, least privilege, and the confused deputy problem come from, and why every secure system still uses these ideas.
What Butler Lampson Is
Butler Lampson (born 1943) is a computer scientist who worked at Xerox PARC and now works at Microsoft Research and MIT. In 1971 he co-authored the paper "Protection" with Howard Sturgis and the CALTSS team at Xerox PARC. This paper defined the vocabulary and structure that all later access control systems use.
Why It Matters
Before Lampson's paper, operating systems protected resources in ad hoc ways. Each system used different mechanisms with no shared terminology. After Lampson's paper, every operating system — including Unix, Windows, macOS, Linux, and all capability-based systems — organized its protection around the same concepts: domains, access matrices, and least privilege. If you use a computer, the permissions system on that computer traces back to this paper.
The Key Idea
A process (a running program) should operate inside a protection domain. A domain is a boundary that lists exactly which resources the process can touch and what it can do with each one. Domains can be nested inside one another. A domain can call another domain. The complete set of all domains, all resources, and all permissions forms an access control matrix: rows are subjects (processes), columns are objects (resources), and each cell contains permissions (read, write, execute, own). This matrix is a theoretical model — real systems implement parts of it, not the whole thing.
What They Got Right
- Protection domains. Lampson defined a domain as a set of access rights. A process inside a domain can only do what the domain allows. This is the ancestor of every modern permission system.
- Access control matrix. The matrix model (subjects × objects × permissions) gave security researchers a shared language for describing who can do what. Every access control policy can be expressed as an instance of this matrix.
- Principle of least privilege. Lampson stated that a process should have the minimum permissions it needs to complete its task, and no more. This principle is now a requirement in every security standard.
- The confused deputy problem. Lampson identified a specific security failure mode: a program has authority to do something, and a caller asks it to do that thing, but the program does not check whether the caller is also authorized. The program acts as a "deputy" but gets "confused" about whose authority it is using. Mark Miller later solved this with capability-based security, where each request carries its own proof of authority.
What They Got Wrong or Left Unfinished
- The access control matrix is a theoretical tool, not a practical implementation. A real system with millions of files and thousands of processes cannot store the full matrix. Real systems use access control lists (ACLs) or capabilities, which are compressed representations of parts of the matrix. Lampson described the ideal; he did not provide the compression algorithm.
- Lampson identified the confused deputy problem but did not solve it. The solution — capabilities that carry authority with each call — came later from other researchers.
- The paper did not address distributed systems. Lampson later wrote about distributed authentication in 1992, but the 1971 paper assumed a single machine.
How It Connects to Other Ideas
- OIP (Open Invocation Protocol). OIP's risk ceilings are protection domains: a low-risk token cannot access a high-risk object. OIP's scope levels are entries in an access control matrix. The principle of least privilege is built into every OIP capability token.
- Capability-based security. Mark Miller's work on capabilities is the operational answer to the confused deputy problem that Lampson identified. Where Lampson named the disease, Miller provided the cure.
- Operating systems. Unix permissions, Windows ACLs, SELinux policies, and Android permission prompts are all partial implementations of the access control matrix Lampson described.
Sources
- Lampson, B. W. and Sturgis, H. E. "Protection." Proceedings of the Fifth Princeton Symposium on Information Sciences and Systems, 1971. Republished in Operating Systems Review, 1974.
- Lampson, B. W. "Authentication in Distributed Systems: Theory and Practice." ACM Transactions on Computer Systems, 1992.
---
Up the tree
- OIP root — protocol root, zero-context entry
- Thinker Reference hub — full hierarchy map
- Thinkers shelf — siblings on this shelf
- Voxel graph article — how pages link as voxels
- Self-describing protocol
Related on this shelf
- Alan Kay — The Big Idea Is Messaging
- Alfred North Whitehead — Process and Reality
- J.L. Austin and John Searle — Speech Acts
- Barbara Liskov — Abstract Data Types and Distributed Consensus
- Bram Cohen — BitTorrent and Content-Addressed Protocol Design
- Carl Hewitt — The Actor Model
- Charles Sanders Peirce — Signs, Abduction, and Pragmatism
- Doug Engelbart — Augmenting Human Intellect
Machine surfaces
- Public page:
https://miscsubjects.com/a/thinker-butler-lampson - JSON article:
https://miscsubjects.com/api/articles/thinker-butler-lampson - OIP ask:
https://miscsubjects.com/api/dispatch?ask=Butler%20Lampson%20%E2%80%94%20Protection%20and%20Access%20Control
Ask this article · 2 suggested prompts
Text the build (+14245134626) or WhatsApp — slug|question creates a question node. Paste evidence with ingest slug|q:NODE_ID|your paste.