Skip to content

Commit fe6d582

Browse files
committed
add policies
1 parent 77dbb79 commit fe6d582

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

modules/transport-netty4/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ io.netty.transport:
44
io.netty.common:
55
- inbound_network
66
- outbound_network
7+
- files:
8+
- path: "/etc/os-release"
9+
mode: "read"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
org.elasticsearch.ml:
2+
- files:
3+
- path: "tmp/"
4+
mode: "read"

0 commit comments

Comments
 (0)