]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Allow telepathy daemons to interact with users and with the keyring
authorDan Walsh <dwalsh@redhat.com>
Thu, 14 Jul 2011 13:53:00 +0000 (09:53 -0400)
committerDan Walsh <dwalsh@redhat.com>
Thu, 14 Jul 2011 13:53:00 +0000 (09:53 -0400)
policy/modules/apps/gnome.if
policy/modules/apps/telepathy.if

index b7bb827d4752b7a1d7975533899763a7f861afc1..718b7ffca9aff6e9e84ec9ec7e024057c8442eae 100644 (file)
@@ -105,6 +105,7 @@ interface(`gnome_role_gkeyringd',`
 
                optional_policy(`
                        telepathy_mission_control_read_state($1_gkeyringd_t)
+                       telepathy_dbus_chat($1_gkeyringd_t)
                ')
        ')
 ')
index 4a4cba62905fa7ac1283ced5e9f0403ff10414ad..632c30c9da6553fa62c597d79bc1de0b54af988a 100644 (file)
@@ -81,9 +81,7 @@ template(`telepathy_role',`
        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)
-       ')
+       telepathy_dbus_chat($2)
 ')
 
 ########################################