twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 14 forks source link

Security montitor (1) #199

Closed dbittman closed 3 weeks ago

dbittman commented 4 weeks ago

Implements initial stubbing and code for the security monitor. The security monitor state is split into managing the address space and mapping objects, managing threads, and managing compartments (these are the main abstractions the security monitor is responsible for). Many core functions here are still unimplemented, but those will come in the next PR.