Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

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

Open
lw opened this issue Aug 8, 2014 · 1 comment
Open

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

lw opened this issue Aug 8, 2014 · 1 comment

Comments

@lw
Copy link
Member

lw commented Aug 8, 2014

See cms-dev/cms#132.

@gollux
Copy link
Contributor

gollux commented Jul 26, 2015

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" :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants