SELinux
Revision 1 as of 2009-10-08 21:15:10
Clear message
Introduction
SELinux is a Mandatory Access Control (MAC) system which is a kernel (LSM) enhancement to confine programs to a limited set of resources.
SELinux in Ubuntu
SELinux can be enabled in Ubuntu by installing the "selinux" meta-package, which will make the needed changes to the system, and install the Tre{}Sys policies for Ubuntu:
sudo apt-get install selinux
After installation, you will be prompted to reboot the system to label and activate SELinux.
More information
initial SELinux specification for Ubuntu
Hardy SELinux specification for Ubuntu