cms-dev / isolate

Sandbox for securly executing untrusted programs - DEPRECATED, use: https://github.com/ioi/isolate
47 stars 14 forks source link

Sandbox outputs "/tmp/box/?" on the shell #11

Open lw opened 10 years ago

lw commented 10 years ago

See cms-dev/cms#132.

gollux commented 9 years ago

It is an expected behavior :) (see what the man page says about --init). Most programs using Isolate need to know where is the sandbox located, so that they can access the files inside the sandbox. CMS does not need that, because it creates its own working directory and then it tells Isolate to bind-mount it inside the sandbox.

I think that the correct solution is just to make CMS drop stdout of "isolate --init" :)