Hi
@bugers i have RC8 installed on my aries, is stable, i dont have any issue, wifi, USSD, baterai its good, but i can't use my
ViPERS Mods, because i see the SELinux is "Enforcing" how to switch to Permissive? i already test
Code:
su
/system/bin/getenforce
and say Enforcing, try to enabling via
and i see Permissive, but just temporary, how to add to init.d, i already test added like
Code:
#!/system/sh
setenforce 0
ist now work, also script .sh on /system/su.d not work also, i check the build and change the line
Code:
ro.build.selinux=1 > ro.build.selinux=0
and on init.rc i already change the
Code:
write /sys/fs/selinux/checkreqprot 1 > 0
Still not work, anybody can help me to force enable SELinux to Permissive?
Thanks Before