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 C2E321396D9 for ; Sun, 5 Nov 2017 08:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 095FEE0E82; Sun, 5 Nov 2017 08:01:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCD22E0E82 for ; Sun, 5 Nov 2017 08:01:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B06D6341770 for ; Sun, 5 Nov 2017 08:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC9789596 for ; Sun, 5 Nov 2017 08:01:41 +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: <1509864035.476affd27d6b3ebff81017f637a774a284ebdb2d.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: 476affd27d6b3ebff81017f637a774a284ebdb2d X-VCS-Branch: master Date: Sun, 5 Nov 2017 08:01:41 +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: a6cd9eb4-5980-4ce1-99e0-bc0009f27705 X-Archives-Hash: 92d1c9be7ae1040bbd5d9190f2e73d11 commit: 476affd27d6b3ebff81017f637a774a284ebdb2d Author: Guido Trentalancia trentalancia com> AuthorDate: Sat Nov 4 19:21:23 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Nov 5 06:40:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=476affd2 mozilla: read generic SSL certificates Let mozilla read generic SSL certificates so that the browser can verify them for HTTPS web pages. Signed-off-by: Guido Trentalancia trentalancia.com> 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 b37f3a32..2ffed447 100644 --- a/policy/modules/contrib/mozilla.te +++ b/policy/modules/contrib/mozilla.te @@ -191,6 +191,7 @@ auth_use_nsswitch(mozilla_t) logging_send_syslog_msg(mozilla_t) miscfiles_read_fonts(mozilla_t) +miscfiles_read_generic_certs(mozilla_t) miscfiles_read_localization(mozilla_t) miscfiles_dontaudit_setattr_fonts_dirs(mozilla_t) miscfiles_dontaudit_setattr_fonts_cache_dirs(mozilla_t)