diff options
-rw-r--r-- | policy/modules/services/podman.te | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy/modules/services/podman.te b/policy/modules/services/podman.te index 78f8fc086..54eeda28d 100644 --- a/policy/modules/services/podman.te +++ b/policy/modules/services/podman.te @@ -93,6 +93,12 @@ ifdef(`init_systemd',` # podman auto-update will restart the unit for # the container when it is updated container_start_units(podman_t) + + # podman auto-update can restart containers created + # via quadlet as well, which are runtime units + init_get_runtime_units_status(podman_t) + init_start_runtime_units(podman_t) + init_stop_runtime_units(podman_t) ') ######################################## |