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 0494A1393E9 for ; Sat, 12 Apr 2014 13:38:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 434B6E0ADA; Sat, 12 Apr 2014 13:38:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C14B9E0ACF for ; Sat, 12 Apr 2014 13:38:41 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4C4C3401BF for ; Sat, 12 Apr 2014 13:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 72D321818D for ; Sat, 12 Apr 2014 13:38:39 +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: <1397241064.17ffc8e920a4dab85c5626bdc9844ee79f0555b2.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: 17ffc8e920a4dab85c5626bdc9844ee79f0555b2 X-VCS-Branch: master Date: Sat, 12 Apr 2014 13:38:39 +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: 9fbbd16e-0e04-4763-b6cf-faab22a38df7 X-Archives-Hash: 204fa00a37b5bf87c65725943a8149d9 commit: 17ffc8e920a4dab85c5626bdc9844ee79f0555b2 Author: Sven Vermeulen siphos be> AuthorDate: Fri Apr 11 18:31:04 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Apr 11 18:31:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=17ffc8e9 Allow mutt to read/write attachments in XDG downloads dir --- policy/modules/contrib/mutt.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/mutt.te b/policy/modules/contrib/mutt.te index f6d3489..393b943 100644 --- a/policy/modules/contrib/mutt.te +++ b/policy/modules/contrib/mutt.te @@ -91,5 +91,7 @@ optional_policy(` optional_policy(` xdg_manage_cache_home(mutt_t) + # Save and send attachments + xdg_manage_downloads_home(mutt_t) xdg_read_config_home_files(mutt_t) ')