From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C61CB139694 for ; Fri, 17 Feb 2017 08:44:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAA2E21C08F; Fri, 17 Feb 2017 08:44:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B85F421C08F for ; Fri, 17 Feb 2017 08:44:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A14E1340F2A for ; Fri, 17 Feb 2017 08:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4535E4AD3 for ; Fri, 17 Feb 2017 08:44:13 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1487320729.909b13c82553151ca1c990c2bef222dbdc90af7b.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/thunderbird.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 909b13c82553151ca1c990c2bef222dbdc90af7b X-VCS-Branch: master Date: Fri, 17 Feb 2017 08:44:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 203c95db-bb1d-4580-8ca7-df17f9a1d308 X-Archives-Hash: 2010df4e61e4c49bf7142e6f2f33a3dc commit: 909b13c82553151ca1c990c2bef222dbdc90af7b Author: Guido Trentalancia trentalancia net> AuthorDate: Mon Feb 13 19:31:58 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Feb 17 08:38:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=909b13c8 thunderbird: allow stream connections to cups so that it can print Let thunderbird connect to cups using socket files so that it is possible to print. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/thunderbird.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/thunderbird.te b/policy/modules/contrib/thunderbird.te index 9823d1dd..9de96c7c 100644 --- a/policy/modules/contrib/thunderbird.te +++ b/policy/modules/contrib/thunderbird.te @@ -151,6 +151,7 @@ optional_policy(` optional_policy(` cups_read_rw_config(thunderbird_t) + cups_stream_connect(thunderbird_t) ') optional_policy(` From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4D87139694 for ; Fri, 17 Feb 2017 08:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E65B521C097; Fri, 17 Feb 2017 08:51:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF27A21C097 for ; Fri, 17 Feb 2017 08:51:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E2DB340EE8 for ; Fri, 17 Feb 2017 08:50:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B3E94AD1 for ; Fri, 17 Feb 2017 08:50:55 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1487320729.909b13c82553151ca1c990c2bef222dbdc90af7b.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/thunderbird.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 909b13c82553151ca1c990c2bef222dbdc90af7b X-VCS-Branch: next Date: Fri, 17 Feb 2017 08:50:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 163dc265-fe83-4820-9316-97009ef7dfb4 X-Archives-Hash: b1ddbddbe3c0f383f0d6cd9ed415df9f Message-ID: <20170217085055.p3Ud0EPjLo_VJa3H9KpJ1qm9lBW99gVuXLDFOubfKMI@z> commit: 909b13c82553151ca1c990c2bef222dbdc90af7b Author: Guido Trentalancia trentalancia net> AuthorDate: Mon Feb 13 19:31:58 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Feb 17 08:38:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=909b13c8 thunderbird: allow stream connections to cups so that it can print Let thunderbird connect to cups using socket files so that it is possible to print. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/thunderbird.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/thunderbird.te b/policy/modules/contrib/thunderbird.te index 9823d1dd..9de96c7c 100644 --- a/policy/modules/contrib/thunderbird.te +++ b/policy/modules/contrib/thunderbird.te @@ -151,6 +151,7 @@ optional_policy(` optional_policy(` cups_read_rw_config(thunderbird_t) + cups_stream_connect(thunderbird_t) ') optional_policy(`