[selinux-policy: 883/3172] add missing range transition

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:21:23 UTC 2010


commit 495a7026d968b72ae3f7bc9135163dd2b686fa23
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Oct 28 15:09:03 2005 +0000

    add missing range transition

 refpolicy/policy/modules/kernel/mls.te |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/refpolicy/policy/modules/kernel/mls.te b/refpolicy/policy/modules/kernel/mls.te
index 4cfc76b..9d1ee8a 100644
--- a/refpolicy/policy/modules/kernel/mls.te
+++ b/refpolicy/policy/modules/kernel/mls.te
@@ -72,7 +72,10 @@ range_transition initrc_t sshd_exec_t s0 - s0:c0.c255;
 range_transition initrc_t udev_exec_t s0 - s0:c0.c255;
 range_transition initrc_t xdm_exec_t s0 - s0:c0.c255;
 range_transition kernel_t udev_exec_t s0 - s0:c0.c255;
+
+# these might be targeted_policy only
 range_transition unconfined_t su_exec_t s0 - s0:c0.c255;
+range_transition unconfined_t initrc_t s0;
 ')
 
 ifdef(`enable_mls',`


More information about the scm-commits mailing list