aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux.gentoo.org>2011-10-28 19:35:17 +0200
committerJosé María Alonso <nimiux.gentoo.org>2011-10-28 19:35:17 +0200
commitee957bd2a3e32a9cac785d903b12d4f3cb753e0f (patch)
tree37b0dfc012c47d8c3f8bea8ec4e048e6eedbe5eb
parentRemoved useless link tag (diff)
downloadhardened-docs-ee957bd2a3e32a9cac785d903b12d4f3cb753e0f.tar.gz
hardened-docs-ee957bd2a3e32a9cac785d903b12d4f3cb753e0f.tar.bz2
hardened-docs-ee957bd2a3e32a9cac785d903b12d4f3cb753e0f.zip
Removed useless link tag. Fixed typos and style.
-rw-r--r--xml/selinux-faq.xml24
1 files changed, 9 insertions, 15 deletions
diff --git a/xml/selinux-faq.xml b/xml/selinux-faq.xml
index 39fbd49..09b04ab 100644
--- a/xml/selinux-faq.xml
+++ b/xml/selinux-faq.xml
@@ -2,7 +2,7 @@
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux-faq.xml,v 1.2 2011/04/25 20:21:47 zorry Exp $ -->
-<guide link="/proj/en/hardened/selinux-faq.xml" lang="en">
+<guide>
<title>Gentoo Hardened SELinux Frequently Asked Questions</title>
<author title="Author">
<mail link="pebenito@gentoo.org">Chris PeBenito</mail>
@@ -252,9 +252,7 @@ context.
</body>
</section>
<section id="matchcontext">
-<title>
- How do I know which file context rule is used for a particular file?
-</title>
+<title>How do I know which file context rule is used for a particular file?</title>
<body>
<p>
@@ -398,8 +396,8 @@ the <c>require { ... }</c> paragraph.
</p>
<p>
-When using interface names, make sure that the type (<c>ssh_t</c> and
-<c>user_t</c>) is mentioned in the <c>require { ... }</c> paragraph.
+When using interface names, make sure that the types (<c>ssh_t</c> and
+<c>user_t</c>) are mentioned in the <c>require { ... }</c> paragraph.
</p>
<p>
@@ -590,10 +588,8 @@ that the default policies are updated accordingly.
</body>
</section>
<section id="portage_libsandbox">
-<title>
- During package installation, ld.so complains 'object 'libsandbox.so' from
- LD_PRELOAD cannot be preloaded: ignored'
-</title>
+<title>During package installation, ld.so complains 'object 'libsandbox.so'
+from LD_PRELOAD cannot be preloaded: ignored'</title>
<body>
<p>
@@ -663,10 +659,8 @@ when logged on. And you shouldn't allow remote root logins anyhow.
</body>
</section>
<section id="cronfails">
-<title>
- Cron fails to load in root's crontab with message '(root) ENTRYPOINT
- FAILED (crontabs/root)'
-</title>
+<title>Cron fails to load in root's crontab with message '(root) ENTRYPOINT
+FAILED (crontabs/root)'</title>
<body>
<p>
@@ -783,7 +777,7 @@ the file labels.
</p>
<p>
-The solution is to rebuild policycoreutils while disabling Portage' selinux
+The solution is to rebuild policycoreutils while disabling Portage's selinux
support, then label the installed files manually using <c>chcon</c>, based on
the feedback received from <c>matchpathcon</c>.
</p>