selinux添加权限问题
自己安装了一个app但是运行时总是报错,查看了一下log,发现是权限问题,但是添加了之后还是有权限问题,这是为什么?
type=1400 audit(0.0:104): avc: denied { setattr } for name="stats.log.tmp" dev="mmcblk0p29" ino=115007 scontext=u:r:untrusted_app:s0:c512,c768 tcontext =u:object_r:unlabeled:s0:c512,c768 tclass=file permissive=1
我在device/qcom/sepolicy/common/untrusted_app.te和device/qcom/sepolicy/test/untrusted_app.te这另个文件中都添加了,还是存在权限问题。请问该怎么办?