We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9edbb0 commit b7e6c20Copy full SHA for b7e6c20
plugin/src/main/plugin-metadata/plugin-security.policy
@@ -33,4 +33,7 @@ grant {
33
34
// AWS credentials needed for clients
35
permission java.io.FilePermission "${user.home}/.aws/-", "read";
36
+
37
+ // for accessing Unix domain socket on windows
38
+ permission java.net.NetPermission "accessUnixDomainSocket";
39
};
0 commit comments