Skip to content

Commit 292a8a7

Browse files
committed
fix policies
1 parent 786eb86 commit 292a8a7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/repository-azure/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
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"
83
- manage_threads
94
- files:
105
- path: "/etc/os-release"

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ ALL-UNNAMED:
44
- relative_path: ".mime.types"
55
relative_to: "home"
66
mode: "read"
7+
- relative_path: ".mailcap"
8+
relative_to: "home"
9+
mode: "read"
10+

0 commit comments

Comments
 (0)