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 9D557138E74 for ; Mon, 1 Sep 2014 20:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4061AE0BC3; Mon, 1 Sep 2014 20:11:30 +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 BB755E0BC3 for ; Mon, 1 Sep 2014 20:11:29 +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 75FD233F692 for ; Mon, 1 Sep 2014 20:11:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C2F9474F for ; Mon, 1 Sep 2014 20:11:27 +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: <1409601768.c1a2275dd401ad5c2fc58916c3e33dcdaa00deba.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.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c1a2275dd401ad5c2fc58916c3e33dcdaa00deba X-VCS-Branch: master Date: Mon, 1 Sep 2014 20:11:27 +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: 3ba13132-1b2d-40a1-aecc-cd57feb03c3d X-Archives-Hash: 61ff01864bb296af2ee4dcef09cbf993 commit: c1a2275dd401ad5c2fc58916c3e33dcdaa00deba Author: Sven Vermeulen siphos be> AuthorDate: Mon Sep 1 20:02:48 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Sep 1 20:02:48 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c1a2275d Courier authdaemon default socket location is in /var/lib --- policy/modules/contrib/courier.fc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/courier.fc b/policy/modules/contrib/courier.fc index 2f017a0..c0f288b 100644 --- a/policy/modules/contrib/courier.fc +++ b/policy/modules/contrib/courier.fc @@ -30,3 +30,8 @@ /var/spool/authdaemon(/.*)? gen_context(system_u:object_r:courier_spool_t,s0) /var/spool/courier(/.*)? gen_context(system_u:object_r:courier_spool_t,s0) + +ifdef(`distro_gentoo',` +# Default location for authdaemon socket, should be /var/run imo but meh +/var/lib/courier/authdaemon(/.*)? gen_context(system_u:object_r:courier_var_run_t,s0) +')