Skip to content

Shared memory #2

@bananagold00

Description

@bananagold00

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions