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 1A9C0139085 for ; Fri, 13 Jan 2017 18:43:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 194EE23413C; Fri, 13 Jan 2017 18:43:21 +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 EF18D23413C for ; Fri, 13 Jan 2017 18:43:15 +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 E851834180C for ; Fri, 13 Jan 2017 18:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B718263A for ; Fri, 13 Jan 2017 18:43:10 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1484332845.8633756a1c6a363cd56ef5571b6266b8849ca10c.swift@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/boinc.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 8633756a1c6a363cd56ef5571b6266b8849ca10c X-VCS-Branch: master Date: Fri, 13 Jan 2017 18:43:10 +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: ca1c77a4-7be3-4514-9944-6a7cb11f4245 X-Archives-Hash: 722bd7da51ea6e3be047756714883534 commit: 8633756a1c6a363cd56ef5571b6266b8849ca10c Author: Chris PeBenito ieee org> AuthorDate: Mon Jan 2 18:10:39 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Jan 13 18:40:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=8633756a boinc: Update from Russell Coker. policy/modules/contrib/boinc.te | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/boinc.te b/policy/modules/contrib/boinc.te index 557c8f9..0296cd1 100644 --- a/policy/modules/contrib/boinc.te +++ b/policy/modules/contrib/boinc.te @@ -1,4 +1,4 @@ -policy_module(boinc, 1.4.0) +policy_module(boinc, 1.4.1) ######################################## # @@ -85,6 +85,7 @@ domtrans_pattern(boinc_t, boinc_project_var_lib_t, boinc_project_t) kernel_read_system_state(boinc_t) kernel_search_vm_sysctl(boinc_t) +kernel_read_crypto_sysctls(boinc_t) corenet_all_recvfrom_unlabeled(boinc_t) corenet_all_recvfrom_netlabel(boinc_t) @@ -155,6 +156,13 @@ optional_policy(` sysnet_dns_name_resolve(boinc_t) ') +optional_policy(` + corenet_tcp_connect_xserver_port(boinc_t) + + xserver_list_xdm_tmp(boinc_t) + xserver_non_drawing_client(boinc_t) +') + ######################################## # # Project local policy