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 1RIlqD-0003SR-FJ for garchives@archives.gentoo.org; Tue, 25 Oct 2011 18:35:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA37621C030; Tue, 25 Oct 2011 18:35:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ACFFB21C030 for ; Tue, 25 Oct 2011 18:35:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E127F1B4014 for ; Tue, 25 Oct 2011 18:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5615D80042 for ; Tue, 25 Oct 2011 18:35:04 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <6f020c3b5ef75a36f9c2814851a25b8ef40b837b.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/selinux-faq.xml X-VCS-Directories: xml/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 6f020c3b5ef75a36f9c2814851a25b8ef40b837b Date: Tue, 25 Oct 2011 18:35:04 +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: e2c64248ad0b302ceb57b728f8f5e238 commit: 6f020c3b5ef75a36f9c2814851a25b8ef40b837b Author: Sven Vermeulen siphos be> AuthorDate: Tue Oct 25 18:33:55 2011 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue Oct 25 18:33:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3D6f020c3b Posix SH requires semicolon; thanks to Mick Reed for reporting --- xml/selinux-faq.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/selinux-faq.xml b/xml/selinux-faq.xml index 70b2f69..39fbd49 100644 --- a/xml/selinux-faq.xml +++ b/xml/selinux-faq.xml @@ -17,8 +17,8 @@ The FAQ is a collection of solutions found on IRC, mail= inglist, forums or elsewhere =20 -16 -2011-10-13 +17 +2011-10-25 =20 Questions @@ -791,7 +791,7 @@ the feedback received from matchpathcon.
 # FEATURES=3D"-selinux" emerge --oneshot policycoreutils
 # for FILE in $(qlist policycoreutils); do \
-CONTEXT=3D$(matchpathcon -n ${FILE}) chcon ${CONTEXT} ${FILE}; done
+CONTEXT=3D$(matchpathcon -n ${FILE}); chcon ${CONTEXT} ${FILE}; done
 
=20