Skip to content

Commit 160b116

Browse files
committed
add back temp for now
1 parent 338c1e9 commit 160b116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ private static PolicyManager createPolicyManager() {
162162
new FilesEntitlement(
163163
Stream.concat(
164164
Stream.of(
165+
FileData.ofPath(bootstrapArgs.tempDir(), READ_WRITE),
165166
FileData.ofPath(bootstrapArgs.configDir(), READ),
166167
FileData.ofPath(bootstrapArgs.logsDir(), READ_WRITE),
167168
// OS release on Linux

0 commit comments

Comments
 (0)