commit: c2fb096af41c18f6e8d7f891fe86c8206aa886e9
Author: Jason Zaman <jason <AT> perfinion <DOT> com>
AuthorDate: Tue Jun 24 18:44:00 2014 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 20:04:14 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c2fb096a
Filetrans for git-r3.eclass
the filetrans was for the old git.eclass
which is not used anymore
---
policy/modules/contrib/portage.te | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/policy/modules/contrib/portage.te
b/policy/modules/contrib/portage.te
index 149586e..579447c 100644
--- a/policy/modules/contrib/portage.te
+++ b/policy/modules/contrib/portage.te
@@ -465,8 +465,8 @@ gen_tunable(portage_mount_fs, false)
# When using live ebuilds, manipulation is done in sandbox domain
filetrans_pattern(portage_sandbox_t, portage_ebuild_t,
portage_srcrepo_t, dir, "cvs-src")
- filetrans_pattern(portage_sandbox_t, portage_ebuild_t,
portage_srcrepo_t, dir, "egit-src")
- filetrans_pattern(portage_sandbox_t, portage_ebuild_t,
portage_srcrepo_t, dir, "git-src")
+ filetrans_pattern(portage_sandbox_t, portage_ebuild_t,
portage_srcrepo_t, dir, "egit-src") # git-2.eclass
+ filetrans_pattern(portage_sandbox_t, portage_ebuild_t,
portage_srcrepo_t, dir, "git3-src") # git-r3.eclass
filetrans_pattern(portage_sandbox_t, portage_ebuild_t,
portage_srcrepo_t, dir, "svn-src")
##########################################