On 07/21/2014 07:03 PM, Avijit Das wrote: > Hi, > > I am trying to enable SELinux in Android platform. I am getting the > following error message: > > [ 16.331402] init: invalid uid 'fm_radio' > [ 17.759590] EXT4-fs (mmcblk0p24): mounted filesystem with ordered > data mode. Opts: barrier=1 > [ 17.767028] SELinux: (dev mmcblk0p24, type ext4) has no security > xattr handler As Chris said, this indicates that your kernel configuration is missing an option required for SELinux, CONFIG_EXT4_FS_SECURITY=y, and therefore does not include the security xattr handlers. Also, questions regarding the Android SELinux support are best directed to the seandroid-list, subscribe by sending email to seandroid-list-join@xxxxxxxxxxxxx. _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.