## The type of the user domain.
## </summary>
## </param>
+## <param name="domain_prefix">
+## <summary>
+## User domain prefix to be used.
+## </summary>
+## </param>
#
-template(`telepathy_role', `
-
+template(`telepathy_role',`
gen_require(`
attribute telepathy_domain;
type telepathy_gabble_t, telepathy_sofiasip_t, telepathy_idle_t;
dbus_session_domain($3, telepathy_sunshine_exec_t, telepathy_sunshine_t)
dbus_session_domain($3, telepathy_stream_engine_exec_t, telepathy_stream_engine_t)
dbus_session_domain($3, telepathy_msn_exec_t, telepathy_msn_t)
-')
- optional_policy(`
- telepathy_dbus_chat($2)
- ')
+ optional_policy(`
+ telepathy_dbus_chat($2)
+ ')
+
+ optional_policy(`
+ gnome_dbus_chat_gkeyringd($3, telepathy_mission_control_t)
+ ')
+')
########################################
## <summary>
## Allow a application domain to be started
## by the session dbus.
## </summary>
+## <param name="domain_prefix">
+## <summary>
+## User domain prefix to be used.
+## </summary>
+## </param>
## <param name="domain">
## <summary>
## Type to be used as a domain.