diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-23 16:30:15 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-23 16:34:52 -0400 |
commit | 06a50d7eca47eb6b3becf34b26caa0235cc5d07e (patch) | |
tree | e6873d1e9fe9b306595762d17595df502b1ec346 /README.md | |
parent | 6abb6c1c0d73aeb73c92085fbae99690537c46d8 (diff) |
kern: security: Add initial support for MAC
This commit introduces initial support for mandatory access control. As
one may recall, L5 follows "everything is memory". In order to interact
with a resource, a process must request it from the kernel in the form
of a (sometimes) syncable memory buffer.
Each resource as well as processes have an access level, if a process
attempts to request a resource with a higher access level than it, the
request is rejected by the kernel. However, if a process has a greater
than or equal access level as a resource, the request can be granted.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions