Skip to content

Commit de66ac4

Browse files
authored
[ML] The ML plugin doesn't need socket permissions (#65079)
I think these got propagated accidentally when X-Pack was split into multiple plugins. Backport of #65067
1 parent 6b26368 commit de66ac4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
grant {
2-
// needed for multiple server implementations used in tests
3-
permission java.net.SocketPermission "*", "accept,connect";
4-
52
// needed for Windows named pipes in machine learning
63
permission java.io.FilePermission "\\\\.\\pipe\\*", "read,write";
74
};

0 commit comments

Comments
 (0)