Hi Group members , I am trying to get SELINUX being added in our custom BSP . I am able to reach till i have selinux-refpolicy installed on target & the getenforce / setenforce commands are working. I can verify them using log messages in /var/log/audit.log Below is the observation ( problem ) which i am observing w.r.t context type of selinux . a) File created as root has "system_u:object_r:root_t" b) File created as testuser also has "system_u:object_r:root_t" but i was expecting something "unconfined_u:object_r:user_home_t" Can members please provide any input as to what might be the cause of this or any pointers to debug the same. I am using TEMPFS as a file system . Thanks , Ashish