V-222591
Application Security and Development Security Technical Implementation Guide
Title
The application must maintain a separate execution domain for each executing process.
Description
<VulnDiscussion>Applications can maintain separate execution domains for each executing process by assigning each process a separate address space. Each process has a distinct address space so that communication between processes is performed in a manner controlled through the security functions, and one process cannot modify the executing code of another process. Maintaining separate execution domains for executing processes can be achieved, for example, by implementing separate address spaces....
Fix Text (Documentation Requirement)
Design and configure applications to maintain a separate execution domain for each executing process.