From: guido@trentalancia.net (Guido Trentalancia) Date: Tue, 14 Feb 2017 01:31:59 +0100 Subject: [refpolicy] [PATCH] mozilla: allow stream connections to cups so that it can print In-Reply-To: References: <1486657253.28070.4.camel@trentalancia.net> Message-ID: To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Yes, thanks! Guido On the 14th of February 2017 01:30:15 CET, Chris PeBenito wrote: >On 02/09/17 11:20, Guido Trentalancia via refpolicy wrote: >> Let mozilla connect to cups using socket files so that it is >> possible to print. >> >> Signed-off-by: Guido Trentalancia >> --- >> policy/modules/contrib/mozilla.te | 1 + >> 1 file changed, 1 insertion(+) >> >> --- a/policy/modules/contrib/mozilla.te 2017-01-08 14:22:54.169247399 >+0100 >> +++ b/policy/modules/contrib/mozilla.te 2017-02-09 17:03:28.247728341 >+0100 >> @@ -254,6 +254,7 @@ optional_policy(` >> >> optional_policy(` >> cups_read_rw_config(mozilla_t) >> + cups_stream_connect(mozilla_t) >> ') >> >> optional_policy(` > >Merged.