update java runtime security policy

This commit is contained in:
virusdefender
2015-09-18 12:52:00 +08:00
parent 482a537ce0
commit 33ba871af0
4 changed files with 6 additions and 1 deletions

View File

@@ -18,4 +18,5 @@ RUN git clone https://github.com/quark-zju/lrun.git
RUN cd lrun && make install
RUN mkdir -p /var/judger/run/ && mkdir /var/judger/test_case/ && mkdir /var/judger/code/
RUN chmod -R 777 /var/judger/run/
COPY policy /var/judger/run/
WORKDIR /var/judger/code/

View File

@@ -0,0 +1,3 @@
grant {
permission java.io.FilePermission "/tmp", "read";
};