summaryrefslogtreecommitdiff
path: root/tests/policies/test-expander/small-base.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/policies/test-expander/small-base.conf')
-rw-r--r--tests/policies/test-expander/small-base.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/policies/test-expander/small-base.conf b/tests/policies/test-expander/small-base.conf
index 6f45a28..7c5d77a 100644
--- a/tests/policies/test-expander/small-base.conf
+++ b/tests/policies/test-expander/small-base.conf
@@ -467,12 +467,15 @@ optional {
type net_foo_t, foo;
type sys_foo_t, foo, system;
+role system_r;
role system_r types sys_foo_t;
type user_t, domain;
+role user_r;
role user_r types user_t;
type sysadm_t, domain, system;
+role sysadm_r;
role sysadm_r types sysadm_t;
type system_t, domain, system, foo;