From mboxrd@z Thu Jan 1 00:00:00 1970 From: pebenito@ieee.org (Chris PeBenito) Date: Sat, 17 Dec 2016 12:55:55 -0500 Subject: [refpolicy] [PATCH v2 5/5] rtkit: enable dbus chat with xdm In-Reply-To: <1481992993.5458.2.camel@trentalancia.net> References: <1481130053.3300.9.camel@trentalancia.net> <1481217618.20182.8.camel@trentalancia.net> <1481322107.2989.1.camel@trentalancia.net> <1481676545.17446.13.camel@trentalancia.net> <7a91e7db-5de3-9c37-549f-e6d1cd8c446b@ieee.org> <1481756950.3080.2.camel@trentalancia.net> <1481992993.5458.2.camel@trentalancia.net> Message-ID: <04980a09-63a0-14bf-36d6-1396efe2f020@ieee.org> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 12/17/16 11:43, Guido Trentalancia via refpolicy wrote: > Hello Christopher. > > I think for some reason this patch has been forgotten... > > It is part 5/5 of a patchset that you have just applied, but this is > missing from the git tree. > >> + >> +######################################## >> +## >> +## Set the priority of all X >> +## Display Managers (XDM). >> +## >> +## >> +## >> +## Domain allowed access. >> +## >> +## >> +# >> +interface(`xserver_setsched_all_xdms',` >> + gen_require(` >> + attribute xdm_domain; >> + ') >> + >> + allow $1 xdm_domain:process setsched; >> +') There is no xdm_domain attribute in refpolicy. This is an invalid interface. -- Chris PeBenito