root后adb push 应用启动后anr 发现以下错误日志:
avc: denied { execmod } for path="/system/lib/libshella-2.8.so" dev="mmcblk0p23" ino=1645 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
01-01 11:06:55.850 7006-
avc: denied { getattr } for path="/system/xbin/su" dev="mmcblk0p23" ino=3614 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:su_exec:s0 tclass=file permissive=0
通过设置SELinux状态可以恢复正常使用,
搜了下相关资料http://www.qingpingshan.com/m/view.php?aid=340859
关于SELinux的详细介绍: