Tool/software: Linux
Hi, I am currently attempting to enable SELINUX within a kernel built by the TI SDK version 1. I have gone through and enabled the SELINUX flags within the .config file.
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
CONFIG_DEFAULT_SECURITY_SELINUX=y
However, when I copy that zImage to the root FS and boot up the system, I see no mention of SELINUX within any of the logs and all of the selinux binaries do not exist. My gut is telling me that I need to enable SELINUX through boot arguments and also set up the file system for SELINUX (config files and such).
If anyone has any input on this subject I'd be grateful.