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 3D421138247 for ; Mon, 11 Nov 2013 13:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EE36E0BAC; Mon, 11 Nov 2013 13:45:58 +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 9CDEFE0BA8 for ; Mon, 11 Nov 2013 13:45:57 +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 AE0A033F20D for ; Mon, 11 Nov 2013 13:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C68F8E54DB for ; Mon, 11 Nov 2013 13:45:54 +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: <1384177448.c1241fb7d4e4642b9f638d59183997b39edede26.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/exim.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c1241fb7d4e4642b9f638d59183997b39edede26 X-VCS-Branch: master Date: Mon, 11 Nov 2013 13:45:54 +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: a4ea73b5-c47d-483b-bf52-77a7b762d4a3 X-Archives-Hash: 06a34cc7beae3682e536f73717f7ceb6 commit: c1241fb7d4e4642b9f638d59183997b39edede26 Author: Dominick Grift gmail com> AuthorDate: Mon Oct 7 09:11:33 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Nov 11 13:44:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c1241fb7 exim: make exim init script create /var/run/exim4 with a proper context Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/exim.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/exim.te b/policy/modules/contrib/exim.te index 8123377..4086c51 100644 --- a/policy/modules/contrib/exim.te +++ b/policy/modules/contrib/exim.te @@ -63,6 +63,10 @@ files_tmp_file(exim_tmp_t) type exim_var_run_t; files_pid_file(exim_var_run_t) +ifdef(`distro_debian',` + init_daemon_run_dir(exim_var_run_t, "exim4") +') + ######################################## # # Local policy