elasticsearch/libs
Simon Cooper 4aa33409a5
Backport systemd unreadable library path fix (#109419)
* Guard systemd library lookup from unreadable directories (#108931)

When scanning the library path we may come across directories that are
unreadable. If that happens, the recursive walk of the library path
directories will throw a fatal IOException. This commit guards the walk
of the library paths to first check for readability of each directory we
are about to traverse.

---------

Co-authored-by: Ryan Ernst <ryan@iernst.net>
2024-06-06 13:05:13 +01:00
..
cli Adjust terminal tests to new behavior in JDK 22. (#103614) 2023-12-21 14:36:53 +01:00
core Introduce Predicate Utilities for always true/false use-cases (#105881) 2024-03-04 14:01:21 +01:00
dissect Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
geo Convert most uses of BaseMatcher to TypeSafeMatcher (#105764) 2024-03-11 09:12:42 +00:00
grok Endpoint to test Grok pattern (#104394) 2024-01-24 09:35:59 +01:00
h3 Checkstyle: require braces around do, for, and while clauses (#103217) 2024-01-09 16:03:45 -05:00
log4j Patch log4j JAR to remove JndiLookup class (#81629) 2021-12-10 15:51:38 -08:00
logging Validate that stable plugins do not break compatibility (#92776) 2023-01-18 06:48:48 -05:00
lz4 Delete all unused private methods (#98111) 2023-11-25 22:21:59 +01:00
native Backport systemd unreadable library path fix (#109419) 2024-06-06 13:05:13 +01:00
plugin-analysis-api Fix third party audit task when running with Java 20 (#94601) 2023-03-21 13:41:02 -04:00
plugin-api [Stable plugin api] Drop api suffix in package names (#92905) 2023-01-14 09:49:37 +01:00
plugin-classloader Modularize Elasticsearch (#81066) 2022-05-20 13:11:42 +01:00
plugin-scanner Upgrade ASM to 9.6 for Java 22 support (#104085) 2024-01-08 15:03:40 -05:00
preallocate Use open and fstat in preallocate (#105171) 2024-02-07 13:40:05 -05:00
secure-sm Improve InnocuousThread permission checks handling (#91704) 2022-11-23 13:45:12 +01:00
ssl-config upgrade bouncy castle jars (#100923) 2023-11-21 11:14:41 -06:00
tdigest Make some classes final to avoid suppressing "this-escape" warning (#101699) 2023-11-02 08:34:02 -04:00
vec [8.14] Fix multithreading copies in lib vec (#108802) (#108810) 2024-05-19 12:15:14 -04:00
x-content Consider context in raw serialization (#106163) 2024-03-11 13:48:12 +01:00
build.gradle Only apply build to direct libs (#106101) 2024-03-08 13:48:26 -08:00