From 3b6eafce1a1c857fcd228d9beacb4fd55e463ced Mon Sep 17 00:00:00 2001 From: Haridas Mahato Date: Fri, 9 May 2025 13:50:47 +0000 Subject: [PATCH 1/2] Fix #133737: Installed 'acl' package to ensure setfacl is available; in devcontainers --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 64c85c1101e6e6..14174892cc105f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ "zsh", "fish", // For umask fix below. - "/usr/bin/setfacl" + "acl" ], "updateContentCommand": { // Using the shell for `nproc` usage. From d80495055e0f5b7acf36f2aa25d85980b8cd9b2e Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 14:07:28 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2025-05-09-14-07-27.gh-issue-133737.7QVjgE.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Core_and_Builtins/2025-05-09-14-07-27.gh-issue-133737.7QVjgE.rst diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2025-05-09-14-07-27.gh-issue-133737.7QVjgE.rst b/Misc/NEWS.d/next/Core_and_Builtins/2025-05-09-14-07-27.gh-issue-133737.7QVjgE.rst new file mode 100644 index 00000000000000..cdaadeef79982a --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/2025-05-09-14-07-27.gh-issue-133737.7QVjgE.rst @@ -0,0 +1 @@ +Inside the devcontainers file under "onCreateCommad" one tooling was being installed using path ("/usr/bin/setfacl") but according to the discussion in issue (#133737) it was meant to be 'acl'