From 2b1ea8b3286486c9d64618557c19651b6073ca0c Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 29 Jul 2025 22:12:56 +0200 Subject: op-mode: T7403: podman images must be listed as root This partially reverts commit 6b562aae2409 ("op-mode: T7459: eliminate direct use of sudo in op mode commands") as the podman image listing currently only works under superuser rights. --- op-mode-definitions/container.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-mode-definitions/container.xml.in b/op-mode-definitions/container.xml.in index a284bc970..ea515fe7c 100644 --- a/op-mode-definitions/container.xml.in +++ b/op-mode-definitions/container.xml.in @@ -42,7 +42,7 @@ Delete container image all - + ${vyos_op_scripts_dir}/container.py delete_image --name "${4}" -- cgit v1.2.3