From bdb1dfb3ab5b5dc8ff303d9a0ae9a2d99189469f Mon Sep 17 00:00:00 2001 From: Vasil Ivanov Date: Fri, 25 Aug 2023 11:25:52 +0300 Subject: [PATCH] Make SUA a system container for CUA (#184) --- .../eclipse-kanto/files/container-management/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-leda-components/recipes-sdv/eclipse-kanto/files/container-management/config.json b/meta-leda-components/recipes-sdv/eclipse-kanto/files/container-management/config.json index 2389f62..a7ff407 100644 --- a/meta-leda-components/recipes-sdv/eclipse-kanto/files/container-management/config.json +++ b/meta-leda-components/recipes-sdv/eclipse-kanto/files/container-management/config.json @@ -13,7 +13,7 @@ }, "update_agent": { "enable": true, - "system_containers": [], + "system_containers": ["sua"], "verbose_inventory_report": false } }