]> mj.ucw.cz Git - moe.git/blob - isolate/prepare
Isolate: First experiments
[moe.git] / isolate / prepare
1 #!/bin/sh
2
3 echo >&2 "Preparing sandbox work directory"
4 rm -rf box
5 mkdir box
6
7 # FIXME: Make configurable
8 chown 60000 box
9 chgrp users box
10 chmod 770 box