Hi guys,<br><br>I have a need to install SELinux on a sytem running with a kernel without SELinux built into it. However, I cannot reinstall a custom kernel with the SELinux built into it.<br><br>So, I am looking at building a kernel module for SELinux and load it. I tried compiling the kernel with config option CONFIG_SECURITY_SELINUX=m and i got this error:
<br><br>.config:984:warning: symbol value 'm' invalid for SECURITY_SELINUX<br><br>Is it possible to load SELinux as a kernel module ? Has anyone tried this ?<br><br>Any help is appreciated<br><br>Thanks,<br>Leo.