Skip to content

Usage within a Java VM #51

Closed Answered by shravanrn
ericbodden asked this question in Q&A
Discussion options

You must be logged in to vote

I think a lot would already be gained by being able to have those run in a separate memory space.

That sounds interesting! A lot of the details in RLBox are tailored to isolating native libraries. These may go away/need modification for this setting. For example, RLBox allows the host to use tainted data coming from the sandboxed library without triggering memory safety bugs in the host app. But, memory safety issues are no longer an issue when a Java host app uses a sandboxed (but buggy/malicious) Java library, so this part goes away. But many other techniques in RLBox are still necessary.

I suspect the best way forward may be to borrow some of techniques like RLBox --- APIs for sandbo…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ericbodden
Comment options

Answer selected by ericbodden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants