5 ms·
Is the GraalVM sandboxing only applicable to polyglot runtime or also to JVM itself?
by marwis 3y ago
Is the GraalVM sandboxing only applicable to polyglot runtime or also to JVM itself?
- mike_hearn 3y agoOnly 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.