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 1Qh79f-0003RU-FV for garchives@archives.gentoo.org; Wed, 13 Jul 2011 21:39:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B7DE21C1A2; Wed, 13 Jul 2011 21:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E530E21C1A2 for ; Wed, 13 Jul 2011 21:39:24 +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 1766E2AC298 for ; Wed, 13 Jul 2011 21:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1D64B8003D for ; Wed, 13 Jul 2011 21:39:23 +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: Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/selinux/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/selinux/hb-using-commands.xml X-VCS-Directories: xml/selinux/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: ec1ec4a7af2ee401159659297da8398b4babf788 Date: Wed, 13 Jul 2011 21:39:23 +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: 65bde9a8ceff9ee8a4caeeed92090c8f commit: ec1ec4a7af2ee401159659297da8398b4babf788 Author: Sven Vermeulen siphos be> AuthorDate: Wed Jul 13 16:53:10 2011 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Jul 13 16:53:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3Dec1ec4a7 Update information on sesearch DF/DT/EF/ET flags --- xml/selinux/hb-using-commands.xml | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/xml/selinux/hb-using-commands.xml b/xml/selinux/hb-using-com= mands.xml index a76e97f..d0a1cb3 100644 --- a/xml/selinux/hb-using-commands.xml +++ b/xml/selinux/hb-using-commands.xml @@ -7,8 +7,8 @@ =20 -4 -2011-07-09 +5 +2011-07-13 =20
SELinux Information Commands @@ -197,11 +197,18 @@ ET allow domain urandom_device_t : chr_file { ioctl= read getattr lock open } ; [ =20

-Of this prefix you see (which can be ET, DT, EF or DF) the second letter= is -important as it tells you when the rule will be enabled. If the boolean = needs to -be on (true) then it is T. Otherwise, you'll see F. +The prefix you see shows two letters, relating to two important definiti= ons:

=20 +
    +
  • + Is the rule currently Enabled or Disabled? +
  • +
  • + Does the boolean need to be set to True or False to en= able the rule? +
  • +
+