summaryrefslogtreecommitdiff
path: root/tests/policies/test-linker/module1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/policies/test-linker/module1.conf')
-rw-r--r--tests/policies/test-linker/module1.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/policies/test-linker/module1.conf b/tests/policies/test-linker/module1.conf
index 7cfb6cb..2d5fc31 100644
--- a/tests/policies/test-linker/module1.conf
+++ b/tests/policies/test-linker/module1.conf
@@ -19,6 +19,7 @@ type g_m1_type_2;
typeattribute g_m1_type_2 g_m1_attr_1;
#add role in module test
+role g_m1_role_1;
role g_m1_role_1 types g_m1_type_1;
# test for attr declared in base, added to in module
@@ -38,12 +39,15 @@ attribute g_m1_attr_2;
#add type to base role test
role g_b_role_2 types g_m1_type_1;
+role g_b_role_3;
role g_b_role_3 types g_m1_type_2;
#add type to base optional role test
+role o1_b_role_2;
role o1_b_role_2 types g_m1_type_1;
#optional base role w/ adds in 2 modules
+role o4_b_role_1;
role o4_b_role_1 types g_m1_type_2;
# attr a added to in base optional, declared/added to in module, added to in other module
@@ -78,6 +82,7 @@ optional {
type o1_m1_type_2, o1_m1_attr_1;
type o1_m1_type_1;
+ role o1_m1_role_1;
role o1_m1_role_1 types o1_m1_type_1;
type o1_m1_type_3;
@@ -101,6 +106,7 @@ optional {
type tag_o2_m1;
+ role g_b_role_4;
role g_b_role_4 types g_m1_type_2;
}
@@ -112,6 +118,7 @@ optional {
type tag_o3_m1;
type o3_m1_type_1;
+ role o3_b_role_1;
role o3_b_role_1 types o3_m1_type_1;
type o3_m1_type_2, g_b_attr_6;