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 4FFA2139694 for ; Fri, 17 Feb 2017 08:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3E9021C0A1; Fri, 17 Feb 2017 08:51:19 +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 96C7921C0A1 for ; Fri, 17 Feb 2017 08:51:04 +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 133A1340F53 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 9E4804AD2 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.accbff6fa3d2188818a6f0d5c8d64bb82a58d46b.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/mozilla.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: accbff6fa3d2188818a6f0d5c8d64bb82a58d46b 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: de62d8a2-ca8f-4d4e-aac5-96388a125603 X-Archives-Hash: e102249b9747619e3344c4c60edd17b5 commit: accbff6fa3d2188818a6f0d5c8d64bb82a58d46b Author: Guido Trentalancia trentalancia net> AuthorDate: Thu Feb 9 16:20:53 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=accbff6f mozilla: allow stream connections to cups so that it can print Let mozilla connect to cups using socket files so that it is possible to print. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/mozilla.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/mozilla.te b/policy/modules/contrib/mozilla.te index 9eb99c30..16452264 100644 --- a/policy/modules/contrib/mozilla.te +++ b/policy/modules/contrib/mozilla.te @@ -237,6 +237,7 @@ optional_policy(` optional_policy(` cups_read_rw_config(mozilla_t) + cups_stream_connect(mozilla_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 028A9139694 for ; Fri, 17 Feb 2017 08:44:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9631321C08B; Fri, 17 Feb 2017 08:44:38 +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 76C6521C087 for ; Fri, 17 Feb 2017 08:44:28 +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 8673A34106E for ; Fri, 17 Feb 2017 08:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57AD54AD4 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.accbff6fa3d2188818a6f0d5c8d64bb82a58d46b.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/mozilla.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: accbff6fa3d2188818a6f0d5c8d64bb82a58d46b 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: 3a07b1ef-86e7-4dde-bf48-4028fcfaedc6 X-Archives-Hash: 2be410dfe00186257525ddd0bcf039a9 Message-ID: <20170217084413.I1VA9ITzKcw-Uwz40BUNkPzZEp9WsviG-oRWqwLJQ8E@z> commit: accbff6fa3d2188818a6f0d5c8d64bb82a58d46b Author: Guido Trentalancia trentalancia net> AuthorDate: Thu Feb 9 16:20:53 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=accbff6f mozilla: allow stream connections to cups so that it can print Let mozilla connect to cups using socket files so that it is possible to print. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/mozilla.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/mozilla.te b/policy/modules/contrib/mozilla.te index 9eb99c30..16452264 100644 --- a/policy/modules/contrib/mozilla.te +++ b/policy/modules/contrib/mozilla.te @@ -237,6 +237,7 @@ optional_policy(` optional_policy(` cups_read_rw_config(mozilla_t) + cups_stream_connect(mozilla_t) ') optional_policy(`