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 9AE08138ACF for ; Fri, 2 Jan 2015 17:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FE68E077F; Fri, 2 Jan 2015 17:22:34 +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 9352FE077B for ; Fri, 2 Jan 2015 17:22:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C66D3406EA for ; Fri, 2 Jan 2015 17:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 483C8EBAF for ; Fri, 2 Jan 2015 17:22:31 +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: <1420219092.19677a6d7b12b0568254bbfa6451ea50e58efce6.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/courier.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 19677a6d7b12b0568254bbfa6451ea50e58efce6 X-VCS-Branch: master Date: Fri, 2 Jan 2015 17:22:31 +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: 3f5f8601-5f1c-4416-9956-f3cbbbee66ba X-Archives-Hash: 5c0849f3eeffa03ace647b2e9fe0e9db commit: 19677a6d7b12b0568254bbfa6451ea50e58efce6 Author: Sven Vermeulen siphos be> AuthorDate: Wed Dec 31 16:09:57 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Jan 2 17:18:12 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=19677a6d Execute courier helper script after authentication After succesful authentication, the IMAP daemon will attempt to execute a helper script called /usr/lib64/courier-imap/courier-imapd.indirect. This helper script is to initiate the user session. Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/courier.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/courier.te b/policy/modules/contrib/courier.te index 29057a7..e3a3b84 100644 --- a/policy/modules/contrib/courier.te +++ b/policy/modules/contrib/courier.te @@ -144,6 +144,8 @@ stream_connect_pattern(courier_pop_t, courier_var_lib_t, courier_var_lib_t, cour domtrans_pattern(courier_pop_t, courier_authdaemon_exec_t, courier_authdaemon_t) +corecmd_exec_shell(courier_pop_t) + miscfiles_read_localization(courier_pop_t) userdom_manage_user_home_content_files(courier_pop_t)