From: guido@trentalancia.net (Guido Trentalancia) Date: Sun, 14 Aug 2016 21:20:40 +0200 Subject: [refpolicy] [PATCH] Fix the name for the xserver interface recently added to the user domain module In-Reply-To: <97669ef1-2fd9-ecfe-e5fc-b79101926189@ieee.org> References: <993078225.954011.1471108361800.JavaMail.open-xchange@popper08.register.it> <1012632181.942547.1471120426481.JavaMail.open-xchange@popper02.register.it> <240400780.942697.1471123390864.JavaMail.open-xchange@popper02.register.it> <97669ef1-2fd9-ecfe-e5fc-b79101926189@ieee.org> Message-ID: <1471202440.27146.18.camel@trentalancia.net> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Correct the name of the xsever interface used for chatting over dbus with xdm. Signed-off-by: Guido Trentalancia --- policy/modules/system/userdomain.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- refpolicy-git-06082016-userdomain-old/policy/modules/system/userdomain.if 2016-08-14 21:15:52.538757993 +0200 +++ refpolicy-git-06082016-userdomain-new/policy/modules/system/userdomain.if 2016-08-14 21:15:06.508995516 +0200 @@ -637,7 +637,7 @@ template(`userdom_common_user_template', ') optional_policy(` - xdm_dbus_chat($1_t) + xserver_dbus_chat_xdm($1_t) ') ')