From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AA4B1381F3 for ; Thu, 6 Dec 2012 15:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E3321C07F; Thu, 6 Dec 2012 15:41:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E40D221C075 for ; Thu, 6 Dec 2012 15:41:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2F0C33DA8E for ; Thu, 6 Dec 2012 15:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 82B53E544B for ; Thu, 6 Dec 2012 15:41:47 +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: <1354737418.2ba2b31305a1edb43d3f389dd39a6a442acc64f9.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/mutt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 2ba2b31305a1edb43d3f389dd39a6a442acc64f9 X-VCS-Branch: master Date: Thu, 6 Dec 2012 15:41:47 +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: 02b1191e-ce89-4809-9e0a-8ba23825f051 X-Archives-Hash: 7bdfbebfa415e1e3b4b6c2fc29b77eea commit: 2ba2b31305a1edb43d3f389dd39a6a442acc64f9 Author: Sven Vermeulen siphos be> AuthorDate: Wed Dec 5 19:53:04 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Dec 5 19:56:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=2ba2b313 Allow mutt to manage mail home files As mutt is a mail client, having it manage rights on mail_home_rw_t is logical. --- policy/modules/contrib/mutt.te | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/policy/modules/contrib/mutt.te b/policy/modules/contrib/mutt.te index 274c574..2225308 100644 --- a/policy/modules/contrib/mutt.te +++ b/policy/modules/contrib/mutt.te @@ -89,6 +89,10 @@ optional_policy(` ') optional_policy(` + mta_manage_mail_home_rw_content(mutt_t) +') + +optional_policy(` xdg_manage_cache_home(mutt_t) xdg_read_config_home_files(mutt_t) ')