From 1088944c5210d8e38797c06c4c56d5d7217d0f42 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 25 Sep 2024 08:05:38 +0200 Subject: [PATCH] rev Co-authored-by: Amr Bashir --- .changes/fix-fs-scope-unknown-path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/fix-fs-scope-unknown-path.md b/.changes/fix-fs-scope-unknown-path.md index 6a3829008..5e63a6fc1 100644 --- a/.changes/fix-fs-scope-unknown-path.md +++ b/.changes/fix-fs-scope-unknown-path.md @@ -2,4 +2,4 @@ fs: patch --- -Fixed an issue causing any `fs` APIs to throw an `error deserializing scope: unknown path` error when the permissions/scopes allowed OS specific paths that aren't available on the currently running OS. \ No newline at end of file +Fix failing to deserialize capability file when using an OS specific path in the scope that is not available on the current OS. \ No newline at end of file