From 50afe2e936ee85679049defa28983073bd464d60 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Thu, 18 Apr 2024 09:44:43 +0200
Subject: [PATCH] Add patch to Drupal core

---
 patches/d10-3.json | 3 ++-
 patches/d10.json   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/patches/d10-3.json b/patches/d10-3.json
index f10e5d7..1d39a36 100644
--- a/patches/d10-3.json
+++ b/patches/d10-3.json
@@ -88,7 +88,8 @@
       "#3159113 Local patch to prevent BC issue in 10.3": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3159113.diff",
       "#3392903 Local patch to work around %formatter in custom_field": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3392903-follow-up.diff",
       "#2909185 Local patch to undo this core change until config_auto_export got adjusted": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/2909185.diff",
-      "#3438893 Views entity reverse": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3438893.diff"
+      "#3438893 Views entity reverse": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3438893.diff",
+      "#944582 File System Permissions": "https://www.drupal.org/files/issues/2024-01-16/944582-10.2.x-192.patch"
     },
     "drupal/dashboards": {
       "#3366586 Shortcut error": "https://git.drupalcode.org/project/dashboards/-/merge_requests/26.diff"
diff --git a/patches/d10.json b/patches/d10.json
index 8e07e12..5d1a94b 100644
--- a/patches/d10.json
+++ b/patches/d10.json
@@ -78,7 +78,8 @@
       "#2761273 Exposed filter values as token": "https://www.drupal.org/files/issues/2022-10-30/2761273-50.patch",
       "#2955321 Non-translatable fields": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/2955321.diff",
       "#3420862 Empty comment body": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3420862.diff",
-      "#3053757 Filter for allowed moderation transitions": "https://www.drupal.org/files/issues/2024-03-12/content-moderation-user-filter-3053757-24.patch"
+      "#3053757 Filter for allowed moderation transitions": "https://www.drupal.org/files/issues/2024-03-12/content-moderation-user-filter-3053757-24.patch",
+      "#944582 File System Permissions": "https://www.drupal.org/files/issues/2024-01-16/944582-10.2.x-192.patch"
     },
     "drupal/dashboards": {
       "#3366586 Shortcut error": "https://git.drupalcode.org/project/dashboards/-/merge_requests/26.diff"
-- 
GitLab