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 9FE8213832E for ; Sat, 13 Aug 2016 18:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 112EA21C1EF; Sat, 13 Aug 2016 18:35:06 +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 230A521C1F3 for ; Sat, 13 Aug 2016 18:35:05 +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 2E4CB340890 for ; Sat, 13 Aug 2016 18:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAE24245B for ; Sat, 13 Aug 2016 18:35:00 +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: <1471112583.15d627de48ef8cca29e31abfdcf984a808f14eb0.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/rpcbind.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 15d627de48ef8cca29e31abfdcf984a808f14eb0 X-VCS-Branch: next Date: Sat, 13 Aug 2016 18:35:00 +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: 190baff0-d0c2-46ef-8990-2928e95f24d9 X-Archives-Hash: de17227fb1c231f2c62a190cb17a30cc commit: 15d627de48ef8cca29e31abfdcf984a808f14eb0 Author: Chris PeBenito ieee org> AuthorDate: Tue Aug 2 23:29:05 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Aug 13 18:23:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=15d627de rpcbind: Read /sys/devices/system/cpu/online from Russell Coker. policy/modules/contrib/rpcbind.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/rpcbind.te b/policy/modules/contrib/rpcbind.te index 9ba71b5..88dbc6b 100644 --- a/policy/modules/contrib/rpcbind.te +++ b/policy/modules/contrib/rpcbind.te @@ -1,4 +1,4 @@ -policy_module(rpcbind, 1.9.0) +policy_module(rpcbind, 1.9.1) ######################################## # @@ -61,6 +61,8 @@ corenet_udp_bind_all_rpc_ports(rpcbind_t) corecmd_exec_shell(rpcbind_t) +dev_read_cpu_online(rpcbind_t) + domain_use_interactive_fds(rpcbind_t) files_read_etc_runtime_files(rpcbind_t) 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 26C5B13832E for ; Sat, 13 Aug 2016 18:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14AFD21C1BC; Sat, 13 Aug 2016 18:32:10 +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 EA2BB21C1CF for ; Sat, 13 Aug 2016 18:32:04 +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 BE70B340CDF for ; Sat, 13 Aug 2016 18:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1CE9245F for ; Sat, 13 Aug 2016 18:32:00 +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: <1471112583.15d627de48ef8cca29e31abfdcf984a808f14eb0.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/rpcbind.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 15d627de48ef8cca29e31abfdcf984a808f14eb0 X-VCS-Branch: master Date: Sat, 13 Aug 2016 18:32:00 +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: 56f3a99c-3668-41d2-ad52-bc11552fc66c X-Archives-Hash: 70905b11d06a3b5bde4bd6090da3a19f Message-ID: <20160813183200.WKjqXCuv4KYlg5W5gOnnzbOw95_L2F70NmeDuM2UTfY@z> commit: 15d627de48ef8cca29e31abfdcf984a808f14eb0 Author: Chris PeBenito ieee org> AuthorDate: Tue Aug 2 23:29:05 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Aug 13 18:23:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=15d627de rpcbind: Read /sys/devices/system/cpu/online from Russell Coker. policy/modules/contrib/rpcbind.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/rpcbind.te b/policy/modules/contrib/rpcbind.te index 9ba71b5..88dbc6b 100644 --- a/policy/modules/contrib/rpcbind.te +++ b/policy/modules/contrib/rpcbind.te @@ -1,4 +1,4 @@ -policy_module(rpcbind, 1.9.0) +policy_module(rpcbind, 1.9.1) ######################################## # @@ -61,6 +61,8 @@ corenet_udp_bind_all_rpc_ports(rpcbind_t) corecmd_exec_shell(rpcbind_t) +dev_read_cpu_online(rpcbind_t) + domain_use_interactive_fds(rpcbind_t) files_read_etc_runtime_files(rpcbind_t)