Skip to content

Commit d58fe6c

Browse files
committed
More
1 parent 2e42355 commit d58fe6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libs/entitlement/src/main/java/org/elasticsearch/entitlement/initialization/EntitlementInitialization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private static PolicyManager createPolicyManager() {
128128
),
129129
new Scope("org.apache.httpcomponents.httpclient", List.of(new OutboundNetworkEntitlement())),
130130
new Scope("io.netty.transport", List.of(new InboundNetworkEntitlement(), new OutboundNetworkEntitlement())),
131-
new Scope("org.apache.lucene.core", List.of(new LoadNativeLibrariesEntitlement(), new InterruptThreadEntitlement())),
131+
new Scope("org.apache.lucene.core", List.of(new LoadNativeLibrariesEntitlement(), new CreateThreadEntitlement(), new InterruptThreadEntitlement())),
132132
new Scope("org.elasticsearch.nativeaccess", List.of(new LoadNativeLibrariesEntitlement()))
133133
)
134134
);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ALL-UNNAMED:
2+
- create_thread
23
- outbound_network

0 commit comments

Comments
 (0)