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 CA27D139695 for ; Sun, 30 Apr 2017 09:32:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14D46E0DA7; Sun, 30 Apr 2017 09:32:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E4ACAE0DA7 for ; Sun, 30 Apr 2017 09:32:46 +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 CB53034168E for ; Sun, 30 Apr 2017 09:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 336B97442 for ; Sun, 30 Apr 2017 09:32:44 +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: <1493543572.242ca25eaafd9b258c47523ea4b837f4425ef8db.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: 242ca25eaafd9b258c47523ea4b837f4425ef8db X-VCS-Branch: master Date: Sun, 30 Apr 2017 09:32:44 +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: 36dce8a8-1335-48f6-a293-dfce0c7c693d X-Archives-Hash: a955f2c148af003e5c4c070547c9f068 commit: 242ca25eaafd9b258c47523ea4b837f4425ef8db Author: Guido Trentalancia trentalancia net> AuthorDate: Thu Apr 13 23:25:37 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 30 09:12:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=242ca25e mozilla: read hardware state information Update the mozilla module with a new permission (read sysfs). 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 85d6bda1..611959a0 100644 --- a/policy/modules/contrib/mozilla.te +++ b/policy/modules/contrib/mozilla.te @@ -161,6 +161,7 @@ corenet_tcp_connect_speech_port(mozilla_t) corenet_tcp_sendrecv_speech_port(mozilla_t) dev_getattr_sysfs_dirs(mozilla_t) +dev_read_sysfs(mozilla_t) dev_read_sound(mozilla_t) dev_read_rand(mozilla_t) dev_read_urand(mozilla_t)