Skip to content

Commit b7e6c20

Browse files
authored
Support phasing off SecurityManager usage in favor of Java Agent (#3729)
Signed-off-by: Gulshan <kumargu@amazon.com>
1 parent f9edbb0 commit b7e6c20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin/src/main/plugin-metadata/plugin-security.policy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ grant {
3333

3434
// AWS credentials needed for clients
3535
permission java.io.FilePermission "${user.home}/.aws/-", "read";
36+
37+
// for accessing Unix domain socket on windows
38+
permission java.net.NetPermission "accessUnixDomainSocket";
3639
};

0 commit comments

Comments
 (0)