How to develop a Zero Trust (safe sandbox) project ?

How can I achieve a safe space on the same computer,Realize a multi-purpose machine.

In the safe space, I can use the A application, but not the B application. I can use the C network, but not the D network. I can read and write files inside the safe space. Outside the safe space, I can use all applications, all networks I can use , but I can't read and write files in secure space ps:Content FIlter and endpoint control the entire computer. Can't achieve dual use in one machine

Are you trying to do this programmatically? Or configure existing software to run this way?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to develop a Zero Trust (safe sandbox) project ?
 
 
Q