Skip to content

Commit

Permalink
add secuirt write
Browse files Browse the repository at this point in the history
  • Loading branch information
suranjay committed Jul 25, 2023
1 parent d8c5788 commit 0e1e5a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ grant {
permission java.net.NetPermission "getProxySelector";
permission java.net.SocketPermission "127.0.0.1:4317", "connect,resolve";
permission java.io.FilePermission "/tmp/export/spans", "read";
permission java.io.FilePermission "/tmp/export/spans", "write";



Expand Down

0 comments on commit 0e1e5a3

Please sign in to comment.