Framework design upload

This commit is contained in:
deamonkai
2026-02-08 07:53:24 -06:00
commit a59d4b6515
32 changed files with 430 additions and 0 deletions

18
linux/mapping.md Normal file
View File

@@ -0,0 +1,18 @@
# Linux mapping notes (draft)
## Isolation domains
- namespaces (pid, net, mount, user) + cgroups.
## Capabilities / sandbox
- seccomp for syscall filtering
- LSM (AppArmor/SELinux/Landlock) for policy enforcement
- ambient capabilities should be avoided; prefer explicit capability passing.
## Eventing
- epoll + structured logs
- optional auditd hooks
## Resource control
- cgroups for CPU/memory/IO
- accelerator scheduling will depend on driver/runtime stack