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 576FE139694 for ; Thu, 18 May 2017 16:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAEBCE0EC9; Thu, 18 May 2017 16:55:09 +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 94759E0EC9 for ; Thu, 18 May 2017 16:55:04 +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 B450F3416A5 for ; Thu, 18 May 2017 16:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9C0B7468 for ; Thu, 18 May 2017 16:54:55 +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: <1494172482.7bb79960bdc89e57c7f681c63692c5341c1911e3.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift 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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7bb79960bdc89e57c7f681c63692c5341c1911e3 X-VCS-Branch: swift Date: Thu, 18 May 2017 16:54:55 +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: 69752e50-c7dd-43ac-ada4-9442b9caf960 X-Archives-Hash: e56f5304df8e8d6f8d3b3e0cc658a9c4 commit: 7bb79960bdc89e57c7f681c63692c5341c1911e3 Author: Guido Trentalancia trentalancia net> AuthorDate: Sat Apr 29 18:17:13 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun May 7 15:54:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7bb79960 evolution: minor fixes and updates Minor fixes and updates for the evolution module. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/evolution.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/evolution.te b/policy/modules/contrib/evolution.te index bf456df4..c30623de 100644 --- a/policy/modules/contrib/evolution.te +++ b/policy/modules/contrib/evolution.te @@ -111,7 +111,7 @@ userdom_user_tmpfs_file(evolution_webcal_tmpfs_t) # allow evolution_t self:capability { setgid setuid sys_nice }; -allow evolution_t self:process { execmem getsched setsched signal }; +allow evolution_t self:process { execmem getsched setsched signal signull }; allow evolution_t self:fifo_file rw_file_perms; allow evolution_t evolution_home_t:dir manage_dir_perms; @@ -320,6 +320,7 @@ dev_read_urand(evolution_alarm_t) files_read_usr_files(evolution_alarm_t) +fs_dontaudit_getattr_xattr_fs(evolution_alarm_t) fs_search_auto_mountpoints(evolution_alarm_t) auth_use_nsswitch(evolution_alarm_t)