How to set SELinux to 0 or permissive mode in android 4.4.4 and above?
问题 I want to set the SELinux (Security Enhanced Linux) mode to Permissive or (0) on android 4.4.4 (and above if possible). I use the following command: setenforce 0 , setenforce permissive and setenforce Permissive under root (my device is rooted). But the output of getenforce is always Enforcing . Now I am exhausted with this problem. Can any one give me a solution? Thanks in advance. 回答1: Apparently Google has removed the CONFIG_SECURITY_SELINUX_DEVELOP kernel flag from many of their Stock