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 5F3DF138331 for ; Mon, 3 Oct 2016 06:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B30E9E0AA9; Mon, 3 Oct 2016 06:26:36 +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 9854FE0AA9 for ; Mon, 3 Oct 2016 06:26:36 +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 32DA5340E11 for ; Mon, 3 Oct 2016 06:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE29524A7 for ; Mon, 3 Oct 2016 06:26:33 +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: <1475474714.53fc0ccf1852accb94ea5e13e45ffd69224f4e2f.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/evolution.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 53fc0ccf1852accb94ea5e13e45ffd69224f4e2f X-VCS-Branch: next Date: Mon, 3 Oct 2016 06:26:33 +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: e7d33f9e-ddd9-436e-b93c-bc797b9b15e8 X-Archives-Hash: afb24a78b824850e79a93b474152fcac Message-ID: <20161003062633.KcDgijlH-6PHYT6tr5n2AcGEetGyG0CXfNPdCB0oodg@z> commit: 53fc0ccf1852accb94ea5e13e45ffd69224f4e2f Author: Guido Trentalancia via refpolicy oss tresys com> AuthorDate: Thu Sep 1 17:25:08 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Oct 3 06:05:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=53fc0ccf evolution: read SSL certificates Update the evolution modules so that: - it is able to read SSL certificates (e.g. for server authentication); - it is able to read the random number generator device; - it doesn't audit attempts to get the attributes of extended attributes filesystems. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/evolution.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/evolution.te b/policy/modules/contrib/evolution.te index c99e07c..28d619c 100644 --- a/policy/modules/contrib/evolution.te +++ b/policy/modules/contrib/evolution.te @@ -164,18 +164,21 @@ corenet_tcp_connect_ldap_port(evolution_t) corenet_sendrecv_ipp_client_packets(evolution_t) corenet_tcp_connect_ipp_port(evolution_t) +dev_read_rand(evolution_t) dev_read_urand(evolution_t) domain_dontaudit_read_all_domains_state(evolution_t) files_read_usr_files(evolution_t) +fs_dontaudit_getattr_xattr_fs(evolution_t) fs_search_auto_mountpoints(evolution_t) auth_use_nsswitch(evolution_t) logging_send_syslog_msg(evolution_t) +miscfiles_read_generic_certs(evolution_t) miscfiles_read_localization(evolution_t) udev_read_state(evolution_t)