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 1Qzp3o-0006U7-Du for garchives@archives.gentoo.org; Sat, 03 Sep 2011 12:11:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6B0021C12F; Sat, 3 Sep 2011 12:10:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 88F0A21C12F for ; Sat, 3 Sep 2011 12:10:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10B811B403A for ; Sat, 3 Sep 2011 12:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 04FC080042 for ; Sat, 3 Sep 2011 12:10:45 +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: <5b6d6b610ddbb96018f8159ffad8dd838d139306.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: 5b6d6b610ddbb96018f8159ffad8dd838d139306 Date: Sat, 3 Sep 2011 12:10:45 +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: f7787e7607d0305b7f020ad3805d3bdf commit: 5b6d6b610ddbb96018f8159ffad8dd838d139306 Author: Sven Vermeulen siphos be> AuthorDate: Sat Sep 3 12:09:43 2011 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Sat Sep 3 12:09:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3D5b6d6b61 File context order is only for policy-provided ones, locally added use la= st-match algorithm --- xml/selinux-faq.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/xml/selinux-faq.xml b/xml/selinux-faq.xml index 961c4fd..1427d89 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 -12 -2011-08-22 +13 +2011-09-03 =20 Questions @@ -300,6 +300,12 @@ The most specific means, in order of tests: =20 +

+However, when you add your own file contexts (using semanage), th= is does +not apply. Instead, tools like restorecon will take the last hit +within the locally added file contexts! +

+