Skip to content

Commit 0debe49

Browse files
committed
fix
1 parent 7708ed6 commit 0debe49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ private static PolicyManager createPolicyManager() {
168168
FileData.ofPath(Path.of("/sys/fs/cgroup/"), READ),
169169
// // io stats on Linux
170170
FileData.ofPath(Path.of("/proc/self/mountinfo"), READ),
171-
FileData.ofPath(Path.of("/proc/diskstats"), READ),
172-
FileData.ofPath(Path.of("/etc/os-release"), READ)
171+
FileData.ofPath(Path.of("/proc/diskstats"), READ)
173172
)
174173
)
175174
)

0 commit comments

Comments
 (0)