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 4F92C1387FD for ; Sun, 8 Jun 2014 13:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D921FE09D0; Sun, 8 Jun 2014 13:29:31 +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 69D70E09D0 for ; Sun, 8 Jun 2014 13:29:31 +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 83F8533FF71 for ; Sun, 8 Jun 2014 13:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 00CA7181A9 for ; Sun, 8 Jun 2014 13:29: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: <1402234120.595885f86a72eea113e88fb6696e5251253ebdfa.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/apache.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 595885f86a72eea113e88fb6696e5251253ebdfa X-VCS-Branch: master Date: Sun, 8 Jun 2014 13:29: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: edd547c6-9907-4358-ada8-9c3784c95134 X-Archives-Hash: c0b35b264fdcb5c2f743e8c90f20fce2 commit: 595885f86a72eea113e88fb6696e5251253ebdfa Author: Sven Vermeulen siphos be> AuthorDate: Sun Jun 8 13:28:40 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jun 8 13:28:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=595885f8 Fix bug #512146 - buildtool must be bin_t or apache-tools build fails --- policy/modules/contrib/apache.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/apache.fc b/policy/modules/contrib/apache.fc index 69d89db..ff4abce 100644 --- a/policy/modules/contrib/apache.fc +++ b/policy/modules/contrib/apache.fc @@ -163,3 +163,7 @@ ifdef(`distro_suse',` /var/www/svn(/.*)? gen_context(system_u:object_r:httpd_sys_rw_content_t,s0) /var/www/svn/conf(/.*)? gen_context(system_u:object_r:httpd_sys_content_t,s0) /var/www/svn/hooks(/.*)? gen_context(system_u:object_r:httpd_sys_script_exec_t,s0) + +ifdef(`distro_gentoo',` +/usr/share/build-1/libtool -- gen_context(system_u:object_r:bin_t,s0) +')