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 713681392C4 for ; Wed, 26 Oct 2016 17:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11B6DE0A69; Wed, 26 Oct 2016 17:28: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 F05CCE0A69 for ; Wed, 26 Oct 2016 17:28:18 +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 D50EC3414A6 for ; Wed, 26 Oct 2016 17:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 851132413 for ; Wed, 26 Oct 2016 17:28:15 +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: <1477502755.d68f77b461f3f6ee359866ae11a79c0211a74ff4.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/chromium.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d68f77b461f3f6ee359866ae11a79c0211a74ff4 X-VCS-Branch: master Date: Wed, 26 Oct 2016 17:28:15 +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: f4b83af8-0cfc-4e66-a2e1-b7d6efef56b4 X-Archives-Hash: 0a28cd2a63fc311906f63ff4a494c156 commit: d68f77b461f3f6ee359866ae11a79c0211a74ff4 Author: Jason Zaman perfinion com> AuthorDate: Wed Oct 26 11:49:32 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Oct 26 17:25:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d68f77b4 chromium: allow random Fails to start with: gcrypt-Message: no entropy gathering module detected policy/modules/contrib/chromium.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te index 8764370..cd1e111 100644 --- a/policy/modules/contrib/chromium.te +++ b/policy/modules/contrib/chromium.te @@ -149,6 +149,7 @@ corenet_udp_bind_all_unreserved_ports(chromium_t) dev_read_sound(chromium_t) dev_write_sound(chromium_t) dev_read_urand(chromium_t) +dev_read_rand(chromium_t) domain_dontaudit_search_all_domains_state(chromium_t)