From 48fe972154583c26600f6af8b18a9f70c875e00f Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Apr 29 2011 23:11:20 +0000 Subject: Fix dbus_session_domain Stop transitiong from unconfined_t to telepathy domains or to gkeyring domains --- diff --git a/policy-dbus.patch b/policy-dbus.patch index 74df61a..35b3e62 100644 --- a/policy-dbus.patch +++ b/policy-dbus.patch @@ -127,6 +127,25 @@ index 6878d68..4730846 100644 + domain_transition_pattern($1, telepathy_executable, $2) + type_transition $1 telepathy_executable:process $2; +') +diff --git a/policy/modules/apps/telepathy.te b/policy/modules/apps/telepathy.te +index 68211c2..665dce1 100644 +--- a/policy/modules/apps/telepathy.te ++++ b/policy/modules/apps/telepathy.te +@@ -351,3 +351,14 @@ permissive telepathy_salut_t; + permissive telepathy_sunshine_t; + permissive telepathy_stream_engine_t; + permissive telepathy_msn_t; ++ ++ ++# Just for F15 ++ ++optional_policy(` ++ gen_require(` ++ role unconfined_r; ++ ') ++ ++ role unconfined_r types telepathy_domain; ++') diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index db5a937..fb6c6bd 100644 --- a/policy/modules/roles/staff.te