From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PlsCi-0003Lp-Mf for garchives@archives.gentoo.org; Sun, 06 Feb 2011 00:10:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2762C1C1C7; Sun, 6 Feb 2011 00:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB35B1C1C7 for ; Sun, 6 Feb 2011 00:06:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9A7D1B4193 for ; Sun, 6 Feb 2011 00:06:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 7124A20054; Sun, 6 Feb 2011 00:06:11 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-virt: selinux-virt-2.20101213.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-virt-2.20101213.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-virt X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Message-Id: <20110206000611.7124A20054@flycatcher.gentoo.org> Date: Sun, 6 Feb 2011 00:06:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0883811b606562622c037929272c9f5d blueness 11/02/06 00:06:11 Modified: selinux-virt-2.20101213.ebuild ChangeLog Log: Fixed unquoted variable. =20 (Portage version: 2.1.9.25/cvs/Linux x86_64) Revision Changes Path 1.2 sec-policy/selinux-virt/selinux-virt-2.20101213.ebui= ld file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux= -virt/selinux-virt-2.20101213.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux= -virt/selinux-virt-2.20101213.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux= -virt/selinux-virt-2.20101213.ebuild?r1=3D1.1&r2=3D1.2 Index: selinux-virt-2.20101213.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-2.= 20101213.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- selinux-virt-2.20101213.ebuild 6 Feb 2011 00:00:32 -0000 1.1 +++ selinux-virt-2.20101213.ebuild 6 Feb 2011 00:06:11 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-= 2.20101213.ebuild,v 1.1 2011/02/06 00:00:32 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/selinux-virt-= 2.20101213.ebuild,v 1.2 2011/02/06 00:06:11 blueness Exp $ =20 IUSE=3D"" =20 @@ -16,7 +16,7 @@ selinux-policy-2_src_install [ -z "${POLICY_TYPES}" ] && local POLICY_TYPES=3D"strict targeted" for i in ${POLICY_TYPES}; do - mkdir -p ${D}/etc/selinux/${i}/contexts + mkdir -p "${D}/etc/selinux/${i}/contexts" echo "system_u:system_r:svirt_t" >${D}/etc/selinux/${i}/contexts/virtu= al_domain_context echo "system_u:object_r:svirt_image_t" >${D}/etc/selinux/${i}/contexts= /virtual_image_context echo "system_u:object_r:virt_content_t" >>${D}/etc/selinux/${i}/contex= ts/virtual_image_context 1.2 sec-policy/selinux-virt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux= -virt/ChangeLog?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux= -virt/ChangeLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux= -virt/ChangeLog?r1=3D1.1&r2=3D1.2 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Feb 2011 00:00:32 -0000 1.1 +++ ChangeLog 6 Feb 2011 00:06:11 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-virt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v 1= .1 2011/02/06 00:00:32 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-virt/ChangeLog,v 1= .2 2011/02/06 00:06:11 blueness Exp $ + + 06 Feb 2011; Anthony G. Basile + selinux-virt-2.20101213.ebuild: + Fixed unquoted variable. =20 05 Feb 2011; Anthony G. Basile ChangeLog: Initial commit to portage.