Skip to content

Commit 4df15bb

Browse files
committed
Azure policies again, plus netty4
1 parent 9d295ef commit 4df15bb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ io.netty.common:
66
mode: "read"
77
- path: "/usr/lib/os-release"
88
mode: "read"
9+
- path: "/proc/sys/net/core/somaxconn"
10+
mode: read
911
com.azure.identity:
1012
- files:
11-
- relative_path: ""
12-
relative_to: home
13-
mode: read_write
13+
- relative_path: "storage-azure/" #/config/storage-azure/azure-federated-token
14+
relative_to: config
15+
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
@@ -11,3 +11,5 @@ io.netty.common:
1111
mode: "read"
1212
- path: "/usr/lib/os-release"
1313
mode: "read"
14+
- path: "/proc/sys/net/core/somaxconn"
15+
mode: read

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ io.netty.common:
1717
mode: "read"
1818
- path: "/usr/lib/os-release"
1919
mode: "read"
20+
- path: "/proc/sys/net/core/somaxconn"
21+
mode: read
2022
org.opensaml.xmlsec.impl:
2123
- write_system_properties:
2224
properties:

0 commit comments

Comments
 (0)