AC-3(11) - Access Enforcement | Restrict Access to Specific Information Types

Restrict access to data repositories containing [Assignment: organization-defined information types].


ID: AC-3(11)
Enhancement of : AC-3

Space Segment Guidance

In a space vehicle context, restricting access to specific information types is crucial for protecting sensitive mission data, flight software executables, and classified payload information from unauthorized processes. One practical approach is implementing separate data partitions or tagging schemes for various data categories—such as telemetry, command uplinks, cryptographic keys, and payload science data—and then enforcing strict policies at the operating system or firmware level. This separation can be achieved through hardware memory partitioning or robust separation kernels, ensuring the bus and each hosted payload can only access data germane to their respective functions. The rationale is to minimize the lateral movement of potential malware and inadvertent data disclosures. Engineers can build a layered access model by thoroughly evaluating each data stream’s criticality and sensitivity (e.g., mission-essential command sequences vs. low-value housekeeping data). This approach ensures that the most sensitive data is protected from less-secure processes while enabling essential inter-component communication critical to mission objectives.