hal_dumpstate_default: fix avc error
avc: denied { search } for comm="dumpstate@1.1-s" name="modem_stat" dev="dm-44" ino=341 scontext=u:r:hal_dumpstate_default:s0 tcontext=u:object_r:modem_stat_data_file:s0 tclass=dir Bug: 235963885 Change-Id: Ib9625eefc367738bcd6594884b1f3b5e3ab5be54 Merged-In: Ib9625eefc367738bcd6594884b1f3b5e3ab5be54
This commit is contained in:
parent
59d6e09682
commit
2455329536
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ allow hal_dumpstate_default sysfs_thermal:lnk_file read;
|
|||
# Modem logs
|
||||
allow hal_dumpstate_default modem_efs_file:dir search;
|
||||
allow hal_dumpstate_default modem_efs_file:file r_file_perms;
|
||||
allow hal_dumpstate_default modem_stat_data_file:dir r_dir_perms;
|
||||
allow hal_dumpstate_default modem_stat_data_file:file r_file_perms;
|
||||
allow hal_dumpstate_default vendor_slog_file:file r_file_perms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue