| 1 |
<?xml version='1.0' encoding='UTF-8'?>
|
| 2 |
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
|
| 3 |
|
| 4 |
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml,v 1.6 2006/09/07 10:37:46 neysx Exp $ -->
|
| 5 |
|
| 6 |
<book link="selinux-handbook.xml">
|
| 7 |
<title>Gentoo SELinux Handbook</title>
|
| 8 |
|
| 9 |
<author title="Author">
|
| 10 |
<mail link="pebenito@gentoo.org">Chris PeBenito</mail>
|
| 11 |
</author>
|
| 12 |
|
| 13 |
<abstract>
|
| 14 |
This is the Gentoo SELinux Handbook.
|
| 15 |
</abstract>
|
| 16 |
|
| 17 |
<!-- The content of this document is licensed under the CC-BY-SA license -->
|
| 18 |
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
|
| 19 |
<license/>
|
| 20 |
|
| 21 |
<version>1.99</version>
|
| 22 |
<date>2006-10-11</date>
|
| 23 |
|
| 24 |
<part>
|
| 25 |
<title>Installing Gentoo SELinux</title>
|
| 26 |
<abstract>
|
| 27 |
In this part you learn how to install Gentoo SELinux on your system.
|
| 28 |
</abstract>
|
| 29 |
|
| 30 |
<chapter>
|
| 31 |
<title>Gentoo SELinux Installation</title>
|
| 32 |
<abstract>
|
| 33 |
How to do a fresh installation of Gentoo SELinux.
|
| 34 |
</abstract>
|
| 35 |
<include href="hb-install.xml"/>
|
| 36 |
</chapter>
|
| 37 |
</part>
|
| 38 |
|
| 39 |
<part>
|
| 40 |
<title>Converting to Gentoo SELinux</title>
|
| 41 |
<abstract>
|
| 42 |
SELinux alternatively can be installed on current Linux installations. This
|
| 43 |
Chapter deals with converting a prexisting Gentoo install to SELinux.
|
| 44 |
</abstract>
|
| 45 |
<chapter>
|
| 46 |
<title>Initial preparations</title>
|
| 47 |
<abstract>
|
| 48 |
A few preparations must be done before installing SELinux packages.
|
| 49 |
</abstract>
|
| 50 |
<include href="hb-selinux-conv-profile.xml"/>
|
| 51 |
</chapter>
|
| 52 |
<chapter>
|
| 53 |
<title>Boot SELinux Kernel</title>
|
| 54 |
<abstract>
|
| 55 |
Install and boot a SELinux kernel.
|
| 56 |
</abstract>
|
| 57 |
<include href="hb-selinux-conv-reboot1.xml"/>
|
| 58 |
</chapter>
|
| 59 |
<chapter>
|
| 60 |
<title>Install SELinux Userland</title>
|
| 61 |
<abstract>
|
| 62 |
Install SELinux packages and policy, and label filesystems.
|
| 63 |
</abstract>
|
| 64 |
<include href="hb-selinux-conv-reboot2.xml"/>
|
| 65 |
</chapter>
|
| 66 |
</part>
|
| 67 |
|
| 68 |
<part>
|
| 69 |
<title>Working with SELinux</title>
|
| 70 |
<abstract>
|
| 71 |
Learn how to work with SELinux
|
| 72 |
</abstract>
|
| 73 |
<chapter>
|
| 74 |
<title>SELinux Overview</title>
|
| 75 |
<abstract>
|
| 76 |
SELinux has many parts to understand. This chapter discusses SELinux's
|
| 77 |
important concepts and policy.
|
| 78 |
</abstract>
|
| 79 |
<include href="hb-selinux-overview.xml"/>
|
| 80 |
</chapter>
|
| 81 |
<chapter>
|
| 82 |
<title>SELinux HOWTO</title>
|
| 83 |
<abstract>
|
| 84 |
This chapter deals with how to common operations in SELinux.
|
| 85 |
</abstract>
|
| 86 |
<include href="hb-selinux-howto.xml"/>
|
| 87 |
</chapter>
|
| 88 |
<chapter>
|
| 89 |
<title>SELinux FAQ</title>
|
| 90 |
<abstract>
|
| 91 |
This chapter deals with frequently asked questions in SELinux.
|
| 92 |
</abstract>
|
| 93 |
<include href="hb-selinux-faq.xml"/>
|
| 94 |
</chapter>
|
| 95 |
<chapter>
|
| 96 |
<title>SELinux Reference Materials</title>
|
| 97 |
<abstract>
|
| 98 |
This has a list of external references on SELinux.
|
| 99 |
</abstract>
|
| 100 |
<include href="hb-selinux-references.xml"/>
|
| 101 |
</chapter>
|
| 102 |
</part>
|
| 103 |
|
| 104 |
<part>
|
| 105 |
<title>Troubleshooting SELinux</title>
|
| 106 |
<abstract>
|
| 107 |
When encountering problems on a machine, SELinux can add extra difficulty
|
| 108 |
in fixing the problem. This chapter walks through fixing common problems.
|
| 109 |
</abstract>
|
| 110 |
<chapter>
|
| 111 |
<title>Policy Not Loaded on Boot</title>
|
| 112 |
<abstract>
|
| 113 |
This chapter deals with the problem of the policy not being loaded on boot.
|
| 114 |
</abstract>
|
| 115 |
<include href="hb-selinux-initpol.xml"/>
|
| 116 |
</chapter>
|
| 117 |
<chapter>
|
| 118 |
<title>Trouble Logging in Locally</title>
|
| 119 |
<abstract>
|
| 120 |
This chapter deals with problems logging in locally at the console.
|
| 121 |
</abstract>
|
| 122 |
<include href="hb-selinux-loglocal.xml"/>
|
| 123 |
</chapter>
|
| 124 |
<chapter>
|
| 125 |
<title>Trouble Logging in Remotely</title>
|
| 126 |
<abstract>
|
| 127 |
This chapter deals with problems logging in remotely by ssh.
|
| 128 |
</abstract>
|
| 129 |
<include href="hb-selinux-logremote.xml"/>
|
| 130 |
</chapter>
|
| 131 |
</part>
|
| 132 |
|
| 133 |
</book>
|