-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Regarding the isolation based on threads one obvious question would be how you addressed the risk of shared memory with the other threads of the process. Since all thread have access to the same shared memory, a compromised sandboxed thread could manipulate the memory and thereby escape the restrictions through another less sandboxed thread. Previous sandbox technologies were process based for this exact reason, because processes are isolated from each other while threads are not, so how is this risk mitigated in threadbox?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels