Hacker News new | ask | show | jobs
by marwis 819 days ago
Is the GraalVM sandboxing only applicable to polyglot runtime or also to JVM itself?
1 comments

Only the polyglot runtime. But, there's a JVM implemented using polyglot/truffle called Espresso. It doesn't fully support sandboxing yet but it's being worked on. Then you would be able to load Java code and execute it inside a sandbox without the SecurityManager. Ask on their slack if you want to learn more about it.