SC-3 - Security Function Isolation

Isolate security functions from nonsecurity functions.


ID: SC-3
Enhancements:  1 | 2 | 3 | 4 | 5

Space Segment Guidance

Security function isolation focuses on keeping cryptographic services, command authentication, and safing logic separate from general-purpose code. Consider time/space partitioning with memory protection, minimal and well-typed interfaces between partitions, and watchdogs with bounded restart policies. Validate that resets, SEUs, and degraded power do not collapse partitions or bypass acceptance checks, and expose health/attestation of the isolated components in telemetry so operators can trust outcomes during short contacts.