Evidence review · standard

Butler Lampson — Protection and Access Control

#oip#kimi-import#self-explaining#voxel#thinkers#thinker-butler-lampson
bundle · json · system map · manifest

Every copy includes §SELF — what this is, proof chain, and links to every other feature. No context required.

§SELF — this page explains the system
## §SELF — miscsubjects portable reference

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `human_page` — **Human article page**
Rendered article with claims, sources, copy widgets, ask prompts.
- **article slug:** `thinker-butler-lampson`
- **contains:** rendered article, copy widgets, claims, sources, ask prompts
- **how to use:** Use Copy for LLM or Copy system map — both paste without context.
- **read:** https://miscsubjects.com/a/thinker-butler-lampson

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/thinker-butler-lampson/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **bundle** — Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/thinker-butler-lampson/bundle?format=markdown
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/thinker-butler-lampson/prompts
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/thinker-butler-lampson/topology

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

*Not medical advice. Tier-honest. Cite claim/source ids.*

<!-- hierarchy:nav -->

Path: OIPThinker ReferenceThinkersButler 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

Related on this shelf

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

thinker-butler-lampson · condition map

Evidence map

Hover a node — its path lights up. Click to open the article.

Full map →
33
Thinkers on shelf
Talk to this article
Tap a phone. Ask anything about Butler Lampson — Protection and Access Control. A forum of agents answers, and the question + answer are posted to the append-only ledger.
Questions queue for the coding-agent forum (one answer per cron tick). Real phone instead: iMessage +14245134626 · WhatsApp. Thread + proof: JSON · ledger.
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.

For my medical situation, what can you answer from your catalogue about Butler Lampson — Protection and Access Control — and what would you need me to tell you first?
ask thinker-butler-lampson condition gaps · paste includes §SELF
What good and bad outcomes are documented for Butler Lampson — Protection and Access Control (studies vs anecdotes)?
ask thinker-butler-lampson good bad experiences · paste includes §SELF
Add your experience or question
Think this article is wrong?
Call bullshit on CharlieOS →
Loading more articles…