diff options
author | 2013-05-07 09:22:57 +0000 | |
---|---|---|
committer | 2013-05-07 09:22:57 +0000 | |
commit | c7d6e8e36d23febd3ff7fa27477fb7c1e59c7988 (patch) | |
tree | 97fb6f083158c34900c6a18a8e820de5f18e63e7 /sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild | |
parent | Add in support for epatch_user in selinux-base, allowing users to patch inter... (diff) | |
download | gentoo-2-c7d6e8e36d23febd3ff7fa27477fb7c1e59c7988.tar.gz gentoo-2-c7d6e8e36d23febd3ff7fa27477fb7c1e59c7988.tar.bz2 gentoo-2-c7d6e8e36d23febd3ff7fa27477fb7c1e59c7988.zip |
Support epatch_user for default, non-base modules
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild index 26274f5c132a..73fb05c08c02 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild,v 1.1 2013/05/06 14:46:54 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20130424-r1.ebuild,v 1.2 2013/05/07 09:22:57 swift Exp $ EAPI="4" inherit eutils @@ -70,6 +70,9 @@ src_prepare() { fi fi + # Calling user patches + epatch_user + # Collect only those files needed for this particular module for i in ${MODS}; do modfiles="$(find ${S}/refpolicy/policy/modules -iname $i.te) $modfiles" |