-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGLOSSARY.toml
More file actions
29 lines (23 loc) · 769 Bytes
/
Copy pathGLOSSARY.toml
File metadata and controls
29 lines (23 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Canonical terminology — CI consistency checks.
[schema]
version = "1.0.0"
[[terms]]
id = "cap"
term = "capability"
definition = "Authority-bearing handle referencing (ObjectId, Kind, Rights, Generation)"
[[terms]]
id = "checkpoint"
term = "authority checkpoint"
definition = "Syscall return, cap op completion, or endpoint wait completion where revocation takes effect"
[[terms]]
id = "generation"
term = "generation counter"
definition = "Monotonic invalidation epoch per kernel object"
[[terms]]
id = "tcb"
term = "trusted computing base"
definition = "Kernel code paths whose compromise breaks security goals"
[[terms]]
id = "compat-internal"
term = "compat-internal bridge"
definition = "Interim IPC path 122-133; CI counter must reach zero at scope 134"