Skip to content

Commit

Permalink
add *
Browse files Browse the repository at this point in the history
  • Loading branch information
suranjay committed Jul 25, 2023
1 parent 7e9d94f commit ea0a6c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ grant {
permission java.io.FilePermission "/tmp/export/spans", "write";
permission java.io.FilePermission "/tmp/export", "read";
permission java.io.FilePermission "/tmp/export", "write";
permission java.io.FilePermission "/tmp/export/spans/*", "read";
permission java.io.FilePermission "/tmp/export/spans/*", "write";



Expand Down

0 comments on commit ea0a6c7

Please sign in to comment.