Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security montitor (1) #199

Merged
merged 6 commits into from
Aug 20, 2024
Merged

Security montitor (1) #199

merged 6 commits into from
Aug 20, 2024

Conversation

dbittman
Copy link
Contributor

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.

@dbittman dbittman added the enhancement New feature or request label Aug 14, 2024
@dbittman dbittman self-assigned this Aug 14, 2024
@dbittman dbittman marked this pull request as ready for review August 14, 2024 00:36
@dbittman dbittman requested a review from gvnn3 as a code owner August 14, 2024 00:36
@dbittman dbittman mentioned this pull request Aug 15, 2024
@dbittman dbittman changed the base branch from main to dbittman-monitor August 15, 2024 01:37
Copy link
Contributor

@gvnn3 gvnn3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this in now.

Base automatically changed from dbittman-monitor to main August 20, 2024 22:39
@dbittman dbittman merged commit c97459b into main Aug 20, 2024
1 check passed
@dbittman dbittman deleted the dbittman-monitor2 branch August 20, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants