From 8fd7c65a336d45d5225f32363a9f26c1e3e60c3c Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 30 Oct 2013 15:34:16 -0400 Subject: Update to libsepol 2.2. 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 (cherry picked from commit dedcd596b31e0e4fc15d75b3a8b5e6b61e6c28b3) Change-Id: I273e3aac223d25c918f71d566ea752b64ec59cd7 --- tests/policies/test-expander/small-base.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/policies/test-expander/small-base.conf') 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; -- cgit v1.2.3