test/jdk/jdk/nio/zipfs/PropertyPermissions.policy
author lancea
Tue, 29 Oct 2019 14:22:18 -0400
changeset 58845 e492513d3630
parent 53516 cd310319fead
permissions -rw-r--r--
8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file Reviewed-by: clanger, bpb, alanb

grant {
    permission java.io.FilePermission "<<ALL FILES>>","read,write,delete";

};