isolate icon indicating copy to clipboard operation
isolate copied to clipboard

Sandbox for securly executing untrusted programs

Results 12 isolate issues
Sort by recently updated
recently updated
newest added

I'm trying to compile a c++ file inside the box and I'm getting: ``` g++ -std=c++11 -Wall -Wextra -O2 gencode.cpp -o gencode.exe g++: error trying to exec 'cc1plus': execvp: No...

When I run Python code with isolate, I receive this error: ```txt Failed to import the site module Traceback (most recent call last): File "/usr/lib/python3.6/site.py", line 544, in main() File...

Currently the location of the cgroup mount (e.g. /sys/fs/cgroup) is hardcoded in autoconf.h. In reality every system seems to have its own traditions with regards to the mount point (I've...

I'd like to draw attention to this document: http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/ from which I quote: > In the short-term future writing directly to the control group tree from applications should still be...

We required the ability for isolate to result in MLE, instead of either RTE or TLE when it hit a memory cap. We implemented this by adding moreoless the same...