http://www.selinuxproject.org/w/?title=Guide/Installation&action=history&feed=atom Guide/Installation - Revision history 2024-03-28T17:53:23Z Revision history for this page on the wiki MediaWiki 1.23.13 http://www.selinuxproject.org/w/?title=Guide/Installation&diff=567&oldid=prev CalebCase: New page: == Installing SELinux == === Ubuntu === Starting with Hardy Heron SELinux has been integrated into Ubuntu and can be installed via apt. # Install the selinux package: <pre> # apt-get in... 2009-06-26T13:54:59Z <p>New page: == Installing SELinux == === Ubuntu === Starting with Hardy Heron SELinux has been integrated into Ubuntu and can be installed via apt. # Install the selinux package: &lt;pre&gt; # apt-get in...</p> <p><b>New page</b></p><div>== Installing SELinux ==<br /> <br /> === Ubuntu ===<br /> <br /> Starting with Hardy Heron SELinux has been integrated into Ubuntu and can be installed via apt.<br /> <br /> # Install the selinux package: &lt;pre&gt; # apt-get install selinux &lt;/pre&gt;<br /> # Change the SELinux mode in /etc/selinux/config (optional):<br /> #* Enforcing &lt;pre&gt; # sudo sed -i 's/SELINUX=.*/SELINUX=enforcing/' /etc/selinux/config &lt;/pre&gt;<br /> #* Permissive &lt;pre&gt; # sudo sed -i 's/SELINUX=.*/SELINUX=permissive/' /etc/selinux/config &lt;/pre&gt;<br /> #Reboot<br /> <br /> During shutdown all of the files on the system will be labeled. This may take some time depending on how many files you have and disk speed.</div> CalebCase