| 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.7 2006/10/11 04:48:51 pebenito 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>2.00</version> |
| 22 |
<date>2006-10-15</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 Management Infrastructure</title> |
| 97 |
<abstract> |
| 98 |
The chapter deals with managing SELinux using the management infrastructure. |
| 99 |
</abstract> |
| 100 |
<include href="hb-selinux-libsemanage.xml"/> |
| 101 |
</chapter> |
| 102 |
<chapter> |
| 103 |
<title>Local Policy Modules</title> |
| 104 |
<abstract> |
| 105 |
The chapter deals with adding rules and new modules to your policy. |
| 106 |
</abstract> |
| 107 |
<include href="hb-selinux-localmod.xml"/> |
| 108 |
</chapter> |
| 109 |
<chapter> |
| 110 |
<title>SELinux Reference Materials</title> |
| 111 |
<abstract> |
| 112 |
This has a list of external references on SELinux. |
| 113 |
</abstract> |
| 114 |
<include href="hb-selinux-references.xml"/> |
| 115 |
</chapter> |
| 116 |
</part> |
| 117 |
|
| 118 |
<part> |
| 119 |
<title>Troubleshooting SELinux</title> |
| 120 |
<abstract> |
| 121 |
When encountering problems on a machine, SELinux can add extra difficulty |
| 122 |
in fixing the problem. This chapter walks through fixing common problems. |
| 123 |
</abstract> |
| 124 |
<chapter> |
| 125 |
<title>Policy Not Loaded on Boot</title> |
| 126 |
<abstract> |
| 127 |
This chapter deals with the problem of the policy not being loaded on boot. |
| 128 |
</abstract> |
| 129 |
<include href="hb-selinux-initpol.xml"/> |
| 130 |
</chapter> |
| 131 |
<chapter> |
| 132 |
<title>Trouble Logging in Locally</title> |
| 133 |
<abstract> |
| 134 |
This chapter deals with problems logging in locally at the console. |
| 135 |
</abstract> |
| 136 |
<include href="hb-selinux-loglocal.xml"/> |
| 137 |
</chapter> |
| 138 |
<chapter> |
| 139 |
<title>Trouble Logging in Remotely</title> |
| 140 |
<abstract> |
| 141 |
This chapter deals with problems logging in remotely by ssh. |
| 142 |
</abstract> |
| 143 |
<include href="hb-selinux-logremote.xml"/> |
| 144 |
</chapter> |
| 145 |
</part> |
| 146 |
|
| 147 |
</book> |