diff --git a/config/cml/container_ruleset.template b/config/cml/container_ruleset.template index 7ec22fa..3e4b5f6 100644 --- a/config/cml/container_ruleset.template +++ b/config/cml/container_ruleset.template @@ -461,6 +461,24 @@ when CONT%(cn)d_TCTRL_USE == n suppress CONT%(cn)d_TCTRL_TARGET_CURRENT_CONT CONT%(cn)d_TCTRL_TARGET_CURRENT_PAGER_SPACE +when CONT%(cn)d_IPC_TARGET_CURRENT_CONT or + CONT%(cn)d_IPC_TARGET_CURRENT_PAGER_SPACE + suppress CONT%(cn)d_IPC_TARGET + +choicegroup CONT%(cn)d_IPC_TARGET_CURRENT_CONT + CONT%(cn)d_IPC_TARGET_ANOTHER_CONT + CONT%(cn)d_IPC_TARGET_CURRENT_PAGER_SPACE + CONT%(cn)d_IPC_TARGET_ANOTHER_PAGER + default CONT%(cn)d_IPC_TARGET_CURRENT_CONT from y + +choicegroup CONT%(cn)d_EXREGS_TARGET_CURRENT_CONT + CONT%(cn)d_EXREGS_TARGET_CURRENT_PAGER_SPACE + default CONT%(cn)d_EXREGS_TARGET_CURRENT_CONT from y + +choicegroup CONT%(cn)d_TCTRL_TARGET_CURRENT_CONT + CONT%(cn)d_TCTRL_TARGET_CURRENT_PAGER_SPACE + default CONT%(cn)d_TCTRL_TARGET_CURRENT_CONT from y + default CONT%(cn)d_TCTRL_USE from y default CONT%(cn)d_EXREGS_USE from y default CONT%(cn)d_IPC_USE from y