I flash a custom ROM to my HTC B2UL.
The ROM, by default, has the SELinux policy set to Permissive instead of Enforcing.
I can use adb shell setenforce 1
to make SElinux enforcing. But after reboot, SElinux status still return to Permissive.
Is there any way to make SElinux always be Enforcing?