If you want to use SELinux, chances are you will wantto use the distro-provided policies, or install thelatest reference policy release from http://oss.tresys.com/projects/refpolicyHowever, if you want to install a dummy policy fortesting, you can do using 'mdp' provided underscripts/selinux. Note that this requires the selinuxuserspace to be installed - in particular you willneed checkpolicy to compile a kernel, and setfiles andfixfiles to label the filesystem. 1. Compile the kernel with selinux enabled. 2. Type 'make' to compile mdp. 3. Make sure that you are not running with SELinux enabled and a real policy. If you are, reboot with selinux disabled before continuing. 4. Run install_policy.sh: cd scripts/selinux sh install_policy.shStep 4 will create a new dummy policy valid for yourkernel, with a single selinux user, role, and type.It will compile the policy, will set your SELINUXTYPE todummy in /etc/selinux/config, install the compiled policyas 'dummy', and relabel your filesystem.