Skip to content

Commit

Permalink
Removed unnecessary FilePermission
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
  • Loading branch information
Peter Alfonsi committed May 22, 2024
1 parent e5630ce commit 7e5f8e0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ grant {
permission java.lang.RuntimePermission "accessDeclaredMembers";
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
permission java.lang.RuntimePermission "getClassLoader";

permission java.io.FilePermission "${path.data}/nodes/{node.id}/-", "read, write";
};

0 comments on commit 7e5f8e0

Please sign in to comment.