Quote Originally Posted by stonee View Post
Some of these commands are not found anywhere on the file system. I have also tried the following and did not produce any results.

find /etc -print | xargs -I '{}' grep -li [command] '{}'

Also, these are not kernel modules. This is the initialization script that is used during boot by init.
if you get a chance, check your kernel source code by doing make xconfig. Do a search for selinux. Is it disabled? Recompiling after enabling should do the job.