Update ARCHITECTURE.md to reflect current capabilities

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 17:18:48 +00:00
parent e5e798b2f2
commit ee33516cb7

View File

@@ -148,7 +148,7 @@ SparkOS uses a two-phase networking approach:
- Static binaries reduce attack surface - Static binaries reduce attack surface
- Minimal running processes - Minimal running processes
- Root filesystem can be read-only - Root filesystem can be read-only
- Future: sudo for privilege escalation - Sudo for privilege escalation
- Future: SELinux/AppArmor integration - Future: SELinux/AppArmor integration
## Performance ## Performance
@@ -160,10 +160,10 @@ SparkOS uses a two-phase networking approach:
## Portability ## Portability
- AMD64 architecture (x86_64) - AMD64 (x86_64) and ARM64 (aarch64) architectures
- dd-able disk images - dd-able disk images
- USB flash drive ready - USB flash drive ready
- Future: ARM64 support - Multi-architecture Docker images
## Extension Points ## Extension Points