From: guido@trentalancia.net (Guido Trentalancia) Date: Tue, 14 Feb 2017 01:27:16 +0100 Subject: [refpolicy] [PATCH] thunderbird: allow stream connections to cups so that it can print In-Reply-To: <6c409485-8651-7327-475f-3fa6f5239ffd@ieee.org> References: <1487014318.12370.1.camel@trentalancia.net> <6c409485-8651-7327-475f-3fa6f5239ffd@ieee.org> Message-ID: <1F75C123-0EC8-442C-A664-4B9B5D53AE03@trentalancia.net> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Hello Christopher. A similar patch has been posted a few days ago for the mozilla module... It is still pending. Regards, Guido On the 14th of February 2017 01:24:54 CET, Chris PeBenito wrote: >On 02/13/17 14:31, Guido Trentalancia via refpolicy wrote: >> Let thunderbird connect to cups using socket files so that it is >> possible to print. >> >> Signed-off-by: Guido Trentalancia >> --- >> policy/modules/contrib/thunderbird.te | 1 + >> 1 file changed, 1 insertion(+) >> >> diff -pru a/policy/modules/contrib/thunderbird.te >b/policy/modules/contrib/thunderbird.te >> --- a/policy/modules/contrib/thunderbird.te 2017-01-08 >14:22:54.198247722 +0100 >> +++ b/policy/modules/contrib/thunderbird.te 2017-02-13 >20:14:39.721795807 +0100 >> @@ -150,6 +150,7 @@ optional_policy(` >> >> optional_policy(` >> cups_read_rw_config(thunderbird_t) >> + cups_stream_connect(thunderbird_t) >> ') >> >> optional_policy(` > >Merged.