swift 14/08/21 14:08:40 Modified: selinux-handbook.xml Log: Redirect users to wiki for SELinux documentation
Revision Changes Path 1.18 xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml?r1=1.17&r2=1.18 Index: selinux-handbook.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- selinux-handbook.xml 12 May 2014 20:19:00 -0000 1.17 +++ selinux-handbook.xml 21 Aug 2014 14:08:40 -0000 1.18 @@ -1,210 +1,39 @@ <?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE book SYSTEM "/dtd/book.dtd"> +<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml,v 1.18 2014/08/21 14:08:40 swift Exp $ --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/selinux-handbook.xml,v 1.17 2014/05/12 20:19:00 swift Exp $ --> +<guide disclaimer="obsolete" redirect="https://wiki.gentoo.org/wiki/SELinux"> +<title>Gentoo Hardened / SELinux Documentation</title> -<book disclaimer='obsolete'> -<title>Gentoo SELinux Handbook</title> - -<author title="Author"> - <mail link="[email protected]">Chris PeBenito</mail> -</author> <author title="Author"> - <mail link="[email protected]">Sven Vermeulen</mail> -</author> -<author title="Author"> - Chris Richards + <mail link="swift"/> </author> <abstract> -This is the Gentoo SELinux Handbook. +All our SELinux documentation have moved to the Gentoo Wiki. </abstract> <!-- The content of this document is licensed under the CC-BY-SA license --> -<!-- See http://creativecommons.org/licenses/by-sa/1.0 --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>4</version> -<date>2011-09-18</date> - -<part> -<title>Introduction to Gentoo/Hardened SELinux</title> -<abstract> -In this part we cover what SELinux is and how it is positioned within the -Gentoo/Hardened project. -</abstract> - -<chapter> -<title>Enhancing Linux Security</title> -<abstract> -Security is more than enabling a certain framework or installing a different -Linux kernel. It is a way of working / administrating your Gentoo Linux system. -We cover a few (generic) best practices, and then elaborate on what Mandatory -Access Control is and how SELinux fills in this gap. -</abstract> - <include href="hb-intro-enhancingsecurity.xml"/> -</chapter> - -<chapter> -<title>SELinux Concepts</title> -<abstract> -To be able to properly work with SELinux, it is vital that you understand a few -of its concepts like domains, domain transitions and file contexts. Without -a basic understanding of these aspects, it will be difficult to understand -how SELinux policies work and how to troubleshoot if things go wrong. -</abstract> - <include href="hb-intro-concepts.xml"/> -</chapter> - -<chapter> -<title>SELinux Resources</title> -<abstract> -To get more acquainted with SELinux, many resources exist on the Internet. -In this chapter we give a quick overview of the various resources as well -as places where you can get more help when you are fighting with SELinux. -</abstract> - <include href="hb-intro-resources.xml"/> -</chapter> - -<!-- -<chapter> -<title>The SELinux (Reference) Policy</title> -<abstract> -To streamline SELinux policy development, a reference policy is being developed -that is used by all SELinux-supporting distributions. In this chapter we give -some intel on what this reference policy is and why it is brought to life, but -also how this policy functions and how its development is progressing. We also -cover the basics on SELinux policies in general. -</abstract> - <include href="hb-intro-referencepolicy.xml"/> -</chapter> - -<chapter> -<title>SELinux Virtual Machine Support</title> -<abstract> -SELinux support is being actively integrated in libvirt and other -virtualization frameworks to elevate the security of virtualized -environments. Within this chapter we give you a first introduction -on how this is done for libvirt managed environments and what you need to take -into account if you wish to use SELinux within your virtualized environment. -</abstract> - <include href="hb-intro-virtualization.xml"/> -</chapter> ---> -</part> - -<part> -<title>Using Gentoo/Hardened SELinux</title> -<abstract> -With the theoretic stuff behind us, let us start by installing Gentoo/Hardened -with a SELinux kernel as well as the SELinux tools. -</abstract> - -<chapter> -<title>Gentoo SELinux Installation / Conversion</title> -<abstract> -To set up SELinux within Gentoo/Hardened, you first need to install Gentoo with -the correct Hardened profile (or convert to the Hardened profile) and then -update your system to become a SELinux-managed system. This chapter will guide -you through this process. -</abstract> - <include href="hb-using-install.xml"/> -</chapter> - -<chapter> -<title>Configuring SELinux For Your Needs</title> -<abstract> -With SELinux now "installed" and enabled (although in permissive mode), we now -configure it to suit your particular needs. After all, SELinux is a Mandatory -Access Control system where you, as security administrator, define what is -allowed and what not. -</abstract> - <include href="hb-using-configuring.xml"/> -</chapter> - -<chapter> -<title>SELinux Commands</title> -<abstract> -Let's take a step back and get to know a few more commands. We covered most of -them in the previous section, but we will now dive a bit deeper in its -syntax, features and potential pitfalls. -</abstract> - <include href="hb-using-commands.xml"/> -</chapter> - -<chapter> -<title>Permissive, Unconfined, Disabled or What Not...</title> -<abstract> -Your system can be in many SELinux states. In this chapter, we help you switch -between the various states / policies. -</abstract> - <include href="hb-using-states.xml"/> -</chapter> - -<chapter> -<title>Modifying the Gentoo Hardened SELinux Policy</title> -<abstract> -Gentoo Hardened offers a default policy, but this might not allow what you want -(or allows too much). In this chapter we tell you how you can tweak Gentoo's -policy, or even run your own. -</abstract> - <include href="hb-using-policies.xml"/> -</chapter> - -<chapter> -<title>Troubleshooting SELinux</title> -<abstract> -Everything made by a human can and will fail. In this chapter we will try to -keep track of all potential issues you might come across and how to resolve -them. -</abstract> - <include href="hb-using-troubleshoot.xml"/> -</chapter> +<version>1</version> +<date>2014-08-20</date> <chapter> -<title>Change History</title> -<abstract> -As documentation evolves with the technology, this handbook too sees its fair -share of changes. To allow users, who are already on SELinux, to verify if there -are any changes they need to be aware off, this chapter lists the changes in -chronological order. -</abstract> - <include href="hb-using-changes.xml"/> -</chapter> -</part> +<title>SELinux documentation moved to wiki</title> +<section> +<body> -<!-- -<part> -<title>Advanced SELinux</title> -<abstract> -SELinux can be much more integrated in the system. In this part, we describe how -to enhance SELinux configurations, tuning and securing your system even more. -</abstract> +<p> +All our SELinux information has moved to the following location on the Wiki: +</p> -<chapter> -<title>Working with MLS</title> -<abstract> -... -</abstract> - <include href="hb-advanced-mls.xml"/> -</chapter> - -<chapter> -<title>Using s(ecure) Virt(ualization)</title> -<abstract> -... -</abstract> - <include href="hb-advanced-svirt.xml"/> -</chapter> +<p> +<uri link="https://wiki.gentoo.org/wiki/SELinux">https://wiki.gentoo.org/wiki/SELinux</uri>. +</p> -<chapter> -<title>Using Netlabel</title> -<abstract> -... -</abstract> - <include href="hb-advanced-netlabel.xml"/> +</body> +</section> </chapter> -</part> ---> - -</book> +</guide>
