Hi folks,

New version of SELinux complains of busybox when relabeling.
My busybox was compiled as CONFIG_FEATURE_INDIVIDUAL=n
That means all applets of busybox share the same inode.
But SElinux requires each file assigned to an individual inode so that each file can be defined by file_contexts.

Any suggestions?

Thanks

---henry