[ALPS04776332] fix google dumpstate avc issue
[Detail] 09-05 15:58:31.552000 9693 9693 W df : type=1400 audit(0.0:990): avc: denied { search } for name="expand" dev="tmpfs" ino=10779 scontext=u:r:dumpstate:s0 tcontext=u:object_r:mnt_expand_file:s0 tclass=dir permissive=0 [Solution] add sepolicy rule: allow dumpstate mnt_expand_file:dir search; MTK-Commit-Id: 2117b8897e13ad2e52f8f7b9b16532e20cc8f477 Change-Id: I428cc52d30c3396d9d355af286bcdaa94d170eec CR-Id: ALPS04776332 Feature: Android Exception Engine(AEE)
This commit is contained in:
parent
92bb4e88bb
commit
ebb30438c8
@ -176,3 +176,8 @@ allow dumpstate debugfs_smi_mon:file r_file_perms;
|
|||||||
|
|
||||||
# MTEE Trusty
|
# MTEE Trusty
|
||||||
allow dumpstate mtee_trusty_file:file rw_file_perms;
|
allow dumpstate mtee_trusty_file:file rw_file_perms;
|
||||||
|
|
||||||
|
# 09-05 15:58:31.552000 9693 9693 W df : type=1400 audit(0.0:990):
|
||||||
|
# avc: denied { search } for name="expand" dev="tmpfs" ino=10779 scontext=u:r:dumpstate:s0
|
||||||
|
# tcontext=u:object_r:mnt_expand_file:s0 tclass=dir permissive=0
|
||||||
|
allow dumpstate mnt_expand_file:dir search;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user