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 47C36139695 for ; Tue, 21 Feb 2017 07:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A00DA21C0A0; Tue, 21 Feb 2017 07:12:00 +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 7F47921C0C9 for ; Tue, 21 Feb 2017 07:12:00 +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 5CD74341301 for ; Tue, 21 Feb 2017 07:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2DA94F52 for ; Tue, 21 Feb 2017 07:11:49 +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: <1487660780.5e97185c4e9d63a214b3591efb8393ac65dbdc5b.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/kerneloops.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 5e97185c4e9d63a214b3591efb8393ac65dbdc5b X-VCS-Branch: master Date: Tue, 21 Feb 2017 07:11:49 +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: 0c0a38cf-dac7-488f-a4de-b4700bf93c91 X-Archives-Hash: f311467b284c63949c8c3aeff06d3aab commit: 5e97185c4e9d63a214b3591efb8393ac65dbdc5b Author: Chris PeBenito ieee org> AuthorDate: Sat Feb 18 14:35:03 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Feb 21 07:06:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=5e97185c Little misc patch from Russell Coker. policy/modules/contrib/kerneloops.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/kerneloops.te b/policy/modules/contrib/kerneloops.te index f6083e5b..4ecba0ae 100644 --- a/policy/modules/contrib/kerneloops.te +++ b/policy/modules/contrib/kerneloops.te @@ -1,4 +1,4 @@ -policy_module(kerneloops, 1.6.0) +policy_module(kerneloops, 1.6.1) ######################################## # @@ -28,6 +28,7 @@ manage_files_pattern(kerneloops_t, kerneloops_tmp_t, kerneloops_tmp_t) files_tmp_filetrans(kerneloops_t, kerneloops_tmp_t, file) kernel_read_ring_buffer(kerneloops_t) +kernel_read_system_state(kerneloops_t) domain_use_interactive_fds(kerneloops_t)