Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/selinux/
Date: Thu, 02 Jun 2011 11:57:31
Message-Id: b64031b733444dd16161195b3112a551b15ab06e.SwifT@gentoo
1 commit: b64031b733444dd16161195b3112a551b15ab06e
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Thu Jun 2 11:56:28 2011 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Thu Jun 2 11:56:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=b64031b7
7
8 Using semanage is not only to stay persistent across reboots, but also relabelling activities
9
10 ---
11 xml/selinux/hb-using-permissive.xml | 7 ++++---
12 1 files changed, 4 insertions(+), 3 deletions(-)
13
14 diff --git a/xml/selinux/hb-using-permissive.xml b/xml/selinux/hb-using-permissive.xml
15 index ee50590..307364e 100644
16 --- a/xml/selinux/hb-using-permissive.xml
17 +++ b/xml/selinux/hb-using-permissive.xml
18 @@ -7,8 +7,8 @@
19 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-using-permissive.xml,v 1.2 2011/04/25 20:12:59 zorry Exp $ -->
20
21 <sections>
22 -<version>4</version>
23 -<date>2011-04-22</date>
24 +<version>5</version>
25 +<date>2011-06-02</date>
26
27 <section>
28 <title>Keeping Track of Denials</title>
29 @@ -326,7 +326,8 @@ accordingly. For instance, say you have your <path>lvm.conf</path> file inside
30 <path>/etc</path> rather than <path>/etc/lvm</path> as the policy would expect,
31 then you can still label the file correctly using <c>semanage</c>. With
32 <c>semanage</c>, you assign a correct security context unrelated to any
33 -module. It is a local setting - but which is persistent across reboots.
34 +module. It is a local setting - but which is persistent across reboots and
35 +relabelling activities.
36 </p>
37
38 <pre caption="Setting a new file context using semanage">