Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Sun, 08 Jun 2014 13:29:32
Message-Id: 1402234120.595885f86a72eea113e88fb6696e5251253ebdfa.swift@gentoo
1 commit: 595885f86a72eea113e88fb6696e5251253ebdfa
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Sun Jun 8 13:28:40 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 8 13:28:40 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=595885f8
7
8 Fix bug #512146 - buildtool must be bin_t or apache-tools build fails
9
10 ---
11 policy/modules/contrib/apache.fc | 4 ++++
12 1 file changed, 4 insertions(+)
13
14 diff --git a/policy/modules/contrib/apache.fc b/policy/modules/contrib/apache.fc
15 index 69d89db..ff4abce 100644
16 --- a/policy/modules/contrib/apache.fc
17 +++ b/policy/modules/contrib/apache.fc
18 @@ -163,3 +163,7 @@ ifdef(`distro_suse',`
19 /var/www/svn(/.*)? gen_context(system_u:object_r:httpd_sys_rw_content_t,s0)
20 /var/www/svn/conf(/.*)? gen_context(system_u:object_r:httpd_sys_content_t,s0)
21 /var/www/svn/hooks(/.*)? gen_context(system_u:object_r:httpd_sys_script_exec_t,s0)
22 +
23 +ifdef(`distro_gentoo',`
24 +/usr/share/build-1/libtool -- gen_context(system_u:object_r:bin_t,s0)
25 +')