-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 108931 | ||
summary: Guard systemd library lookup from unreadable directories | ||
area: Infra/Core | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters