Skip to content

Backport v2024 <- v2025dev1: Tiny-container lava test case failure fix

Walter Lozano requested to merge wip/wlozano/tiny-fix-v2024 into apertis/v2024

Backport !115 (merged)

Add mount entries to apparmor profile template to resolve systemd service failures of below services inside container. -systemd-logind.service -systemd-sysctl.service, -systemd-tmpfiles-setup-dev.service -systemd-tmpfiles-setup.service

Note: Mount entries for same folder with different flag combinations are added i.e (ro,remount,bind) and (ro,nosuid,remount,bind) even if the first combination is a subset of the second one, because the particular systemd service requests to mount the folder with the same flag combination

Signed-off-by: MN Nithin MN.Nithin@in.bosch.com

Edited by Walter Lozano

Merge request reports