From c85b360082450e6cf5c79bcecda1fadcb5771a3a Mon Sep 17 00:00:00 2001 From: aoliveir Date: Fri, 4 Feb 2022 06:35:41 +0000 Subject: [PATCH] base-bullseye.lst: Add acl dependency acl package is missing in the iso, resulting in bootstrap error and requiring manual installation. The error happens on a task using "become_user" to an unprivileged user, www, which causes an error on Ansible when creating temporary file on the host. With acl installed, Ansible makes use of setfacl to share the temporary file access with the unprivileged user. Test Plan: PASS: ISO built successfully PASS: ISO installed successfully PASS: Verified acl package is installed upon ISO installation PASS: Verified no error on setting temp files permission upon bootstrap Story: 2009101 Task: 44431 Signed-off-by: aoliveir Change-Id: I7d36a7b996622d61d801256c3cba48b2fbf877eb --- debian-mirror-tools/config/debian/common/base-bullseye.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-mirror-tools/config/debian/common/base-bullseye.lst b/debian-mirror-tools/config/debian/common/base-bullseye.lst index 7953c312..07293638 100644 --- a/debian-mirror-tools/config/debian/common/base-bullseye.lst +++ b/debian-mirror-tools/config/debian/common/base-bullseye.lst @@ -1,3 +1,4 @@ +acl 2.2.53-10 adduser 3.118 alembic 1.4.3-1 ansible 2.10.7+merged+base+2.10.8+dfsg-1