twizzler-operating-system / twizzler

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

Initial kernel support for security contexts #167

Closed dbittman closed 8 months ago

dbittman commented 8 months ago

This PR adds basic scaffolding to the kernel for security contexts:

This does not yet hook up any actual use of security contexts for permission checking, yet.