Skip to content

Commit 7b7a7f3

Browse files
committed
fix
1 parent b85aff5 commit 7b7a7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/entitlement/src/main/java/org/elasticsearch/entitlement/bootstrap/HardcodedEntitlements.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private static List<Scope> createServerEntitlements(Path pidFile) {
123123
new FilesEntitlement(
124124
List.of(
125125
FilesEntitlement.FileData.ofBaseDirPath(CONFIG, READ),
126-
FilesEntitlement.FileData.ofBaseDirPath(SHARED_DATA, READ),
126+
FilesEntitlement.FileData.ofBaseDirPath(SHARED_DATA, READ_WRITE),
127127
FilesEntitlement.FileData.ofBaseDirPath(DATA, READ_WRITE)
128128
)
129129
)

0 commit comments

Comments
 (0)