Skip to content

Commit 15db030

Browse files
committed
add policies
1 parent fe6d582 commit 15db030

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
io.netty.common:
22
- outbound_network
3+
- files:
4+
- path: "/etc/os-release"
5+
mode: "read"
6+
- path: "/usr/lib/os-release"
7+
mode: "read"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ io.netty.common:
77
- files:
88
- path: "/etc/os-release"
99
mode: "read"
10+
- path: "/usr/lib/os-release"
11+
mode: "read"

x-pack/plugin/security/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ io.netty.transport:
66
io.netty.common:
77
- inbound_network
88
- outbound_network
9+
- files:
10+
- path: "/etc/os-release"
11+
mode: "read"
12+
- path: "/usr/lib/os-release"
13+
mode: "read"
914
org.opensaml.xmlsec.impl:
1015
- write_system_properties:
1116
properties:

0 commit comments

Comments
 (0)