summaryrefslogtreecommitdiff
path: root/tests/policies/test-expander/small-base.conf
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2013-10-30 15:34:16 -0400
committerNick Kralevich <nnk@google.com>2013-10-31 16:35:21 -0700
commit8fd7c65a336d45d5225f32363a9f26c1e3e60c3c (patch)
tree6ec8a538dab6d7d5e66f937f5c7e30db6b3e94e3 /tests/policies/test-expander/small-base.conf
parentb0e0162a246f2c051427154909c0ecd694cc4805 (diff)
downloadlibsepol-8fd7c65a336d45d5225f32363a9f26c1e3e60c3c.tar.gz
Update to current upstream libsepol release. Includes memory leak fixes, improved handling of filename-based type transitions, and support for latest kernel policy version. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> (cherry picked from commit dedcd596b31e0e4fc15d75b3a8b5e6b61e6c28b3) Change-Id: I273e3aac223d25c918f71d566ea752b64ec59cd7
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;