From 3385f2c86d3f997e111b49c3802e280d1c4ebfc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 11 Jul 2024 00:35:29 -0400 Subject: [PATCH] images/debian: Install policykit instead of pkexec on bullseye release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber (cherry picked from commit 228d36aab090dcf8e4972650e2d88f6394388488) Signed-off-by: Din Music License: Apache-2.0 --- images/debian.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/images/debian.yaml b/images/debian.yaml index b15d0f080..2cb37d0d9 100644 --- a/images/debian.yaml +++ b/images/debian.yaml @@ -1141,12 +1141,27 @@ packages: releases: - bullseye + - packages: + - policykit-1 + action: install + architectures: + - amd64 + - arm64 + releases: + - bullseye + types: + - vm + - packages: - pkexec action: install architectures: - amd64 - arm64 + releases: + - bookworm + - trixie + - sid types: - vm