From 6cd3fe6f0b556b9b40b8b3293c9db74ef759d06f Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Sat, 14 Nov 2009 18:28:31 +0200 Subject: [PATCH] Fixed few more rules with capabilities --- config/cml/container_ruleset.template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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